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