Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,8 +26,7 @@ with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as d
|
|
| 26 |
|
| 27 |
with gr.Row():
|
| 28 |
#txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(container=False)
|
| 29 |
-
txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter")
|
| 30 |
-
|
| 31 |
|
| 32 |
txt.submit(answer, [txt, state], [chatbot, state])
|
| 33 |
|
|
|
|
| 26 |
|
| 27 |
with gr.Row():
|
| 28 |
#txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter").style(container=False)
|
| 29 |
+
txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter")
|
|
|
|
| 30 |
|
| 31 |
txt.submit(answer, [txt, state], [chatbot, state])
|
| 32 |
|