Spaces:
Sleeping
Sleeping
fixing formatting error
Browse files
app.py
CHANGED
@@ -201,15 +201,16 @@ with gr.Blocks(css=css) as demo:
|
|
201 |
queue=False
|
202 |
)
|
203 |
|
204 |
-
question.submit
|
205 |
-
|
206 |
[
|
207 |
chatbot,
|
208 |
question
|
209 |
],
|
210 |
[
|
211 |
chatbot,
|
212 |
-
question
|
|
|
213 |
).then(
|
214 |
bot,
|
215 |
chatbot,
|
|
|
201 |
queue=False
|
202 |
)
|
203 |
|
204 |
+
question.submit(
|
205 |
+
add_text,
|
206 |
[
|
207 |
chatbot,
|
208 |
question
|
209 |
],
|
210 |
[
|
211 |
chatbot,
|
212 |
+
question
|
213 |
+
]
|
214 |
).then(
|
215 |
bot,
|
216 |
chatbot,
|