cindywqng commited on
Commit
53fa6bf
·
verified ·
1 Parent(s): 12ee1bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -186,7 +186,6 @@ with gr.Blocks(theme=theme) as demo:
186
  answer = gr.Textbox(label="CalmConnect's Response", placeholder="CalmConnect will respond here...", interactive=False, lines=17)
187
  submit_button = gr.Button("Submit")
188
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
189
- with gr.Row():
190
  demo.launch()
191
 
192
 
 
186
  answer = gr.Textbox(label="CalmConnect's Response", placeholder="CalmConnect will respond here...", interactive=False, lines=17)
187
  submit_button = gr.Button("Submit")
188
  submit_button.click(fn=query_model, inputs=question, outputs=answer)
 
189
  demo.launch()
190
 
191