chirfort commited on
Commit
02a412d
·
1 Parent(s): 87e4413

Refactor WeatherAppProEnhanced chatbot UI configuration by removing redundant type specification for the chatbot component.

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1327,8 +1327,7 @@ class WeatherAppProEnhanced:
1327
  label="Weather Assistant 🤖",
1328
  elem_id="weather_chatbot",
1329
  height=600,
1330
- show_label=False,
1331
- type="tuples"
1332
  )
1333
 
1334
  with gr.Row():
 
1327
  label="Weather Assistant 🤖",
1328
  elem_id="weather_chatbot",
1329
  height=600,
1330
+ show_label=False
 
1331
  )
1332
 
1333
  with gr.Row():