Spaces:
Running
Running
Remove deprecated type parameter from Chatbot (Gradio 5.x+)
Browse files
app.py
CHANGED
|
@@ -264,7 +264,6 @@ def create_app():
|
|
| 264 |
chatbot = gr.Chatbot(
|
| 265 |
label="GeoAI Conversation",
|
| 266 |
height=500,
|
| 267 |
-
type="messages",
|
| 268 |
)
|
| 269 |
|
| 270 |
# Input Row
|
|
|
|
| 264 |
chatbot = gr.Chatbot(
|
| 265 |
label="GeoAI Conversation",
|
| 266 |
height=500,
|
|
|
|
| 267 |
)
|
| 268 |
|
| 269 |
# Input Row
|