cindywqng commited on
Commit
cfb91f2
·
verified ·
1 Parent(s): ea5b925

Update app.py

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