Update app.py
Browse files
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 |
|