Spaces:
Sleeping
Sleeping
Remove 'type' parameter from gr.Chatbot to fix compatibility with Gradio 4.19.2
Browse files- src/app.py +0 -1
src/app.py
CHANGED
|
@@ -70,7 +70,6 @@ class DryingApp:
|
|
| 70 |
chatbot = gr.Chatbot(
|
| 71 |
label="Chat History",
|
| 72 |
height=400,
|
| 73 |
-
type="messages",
|
| 74 |
show_label=True,
|
| 75 |
layout="bubble",
|
| 76 |
rtl=False,
|
|
|
|
| 70 |
chatbot = gr.Chatbot(
|
| 71 |
label="Chat History",
|
| 72 |
height=400,
|
|
|
|
| 73 |
show_label=True,
|
| 74 |
layout="bubble",
|
| 75 |
rtl=False,
|