Spaces:
Sleeping
Sleeping
Refactor WeatherAppProEnhanced chatbot UI configuration by removing redundant type specification for the chatbot component.
Browse files
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():
|