Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -578,10 +578,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
578 |
location_output = gr.HTML()
|
579 |
bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output])
|
580 |
|
581 |
-
with gr.Column():
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
|
586 |
with gr.Column():
|
587 |
|
|
|
578 |
location_output = gr.HTML()
|
579 |
bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output])
|
580 |
|
581 |
+
# with gr.Column():
|
582 |
+
# weather_output = gr.HTML(value=fetch_local_weather())
|
583 |
+
# news_output = gr.HTML(value=fetch_local_news())
|
584 |
+
# news_output = gr.HTML(value=fetch_local_events())
|
585 |
|
586 |
with gr.Column():
|
587 |
|