Spaces:
Runtime error
Runtime error
Commit
·
f43c697
1
Parent(s):
34417e8
Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ with gr.Blocks() as demo:
|
|
255 |
#@celsci.change(inputs=celsci, outputs=rate,_js="window.location.reload()")
|
256 |
#def secwork(name):
|
257 |
# load_data()
|
258 |
-
with gr.Row()
|
259 |
with gr.Column():
|
260 |
dem=gr.ChatInterface(predict).queue()
|
261 |
def backup_db():
|
|
|
255 |
#@celsci.change(inputs=celsci, outputs=rate,_js="window.location.reload()")
|
256 |
#def secwork(name):
|
257 |
# load_data()
|
258 |
+
with gr.Row():
|
259 |
with gr.Column():
|
260 |
dem=gr.ChatInterface(predict).queue()
|
261 |
def backup_db():
|