CognitiveScience commited on
Commit
f43c697
·
1 Parent(s): 34417e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():