rifatSDAS commited on
Commit
ae3ca18
·
1 Parent(s): 2206408

Remove deprecated type parameter from Chatbot (Gradio 5.x+)

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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