昭鱼
commited on
Commit
·
9cdbe54
1
Parent(s):
f5d1a2b
init
Browse files
app.py
CHANGED
|
@@ -59,7 +59,7 @@ with gr.Blocks(css="#chatbot{height:300px} .overflow-y-auto{height:500px}") as d
|
|
| 59 |
state = gr.State([])
|
| 60 |
|
| 61 |
with gr.Row():
|
| 62 |
-
txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter")
|
| 63 |
|
| 64 |
txt.submit(answer, [txt, state], [chatbot, state])
|
| 65 |
|
|
|
|
| 59 |
state = gr.State([])
|
| 60 |
|
| 61 |
with gr.Row():
|
| 62 |
+
txt = gr.Textbox(show_label=False, placeholder="Enter text and press enter")
|
| 63 |
|
| 64 |
txt.submit(answer, [txt, state], [chatbot, state])
|
| 65 |
|