Spaces:
Runtime error
Runtime error
asda
Browse files
app.py
CHANGED
|
@@ -5,6 +5,7 @@ import time
|
|
| 5 |
# Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
|
| 6 |
|
| 7 |
|
|
|
|
| 8 |
def add_text(history, text):
|
| 9 |
history = history + [(text, None)]
|
| 10 |
return history, gr.update(value="", interactive=False)
|
|
|
|
| 5 |
# Chatbot demo with multimodal input (text, markdown, LaTeX, code blocks, image, audio, & video). Plus shows support for streaming text.
|
| 6 |
|
| 7 |
|
| 8 |
+
|
| 9 |
def add_text(history, text):
|
| 10 |
history = history + [(text, None)]
|
| 11 |
return history, gr.update(value="", interactive=False)
|