cindywqng commited on
Commit
8a967d3
·
verified ·
1 Parent(s): ec89e27

Update app.py

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