Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def respond(
|
|
| 58 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 59 |
"""
|
| 60 |
with gr.blocks() as demo:
|
| 61 |
-
chatbot = gr.Chatbot(elem_id="chatbot", bubble_full_width=False, type="messages")
|
| 62 |
|
| 63 |
chat_input = gr.MultimodalTextbox(
|
| 64 |
interactive=True,
|
|
|
|
| 58 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
| 59 |
"""
|
| 60 |
with gr.blocks() as demo:
|
| 61 |
+
chatbot = gr.Chatbot(elem_id="chatbot", bubble_full_width=False, type="messages")
|
| 62 |
|
| 63 |
chat_input = gr.MultimodalTextbox(
|
| 64 |
interactive=True,
|