Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -659,10 +659,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
659 |
bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output])
|
660 |
|
661 |
|
662 |
-
with gr.Column():
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
|
667 |
with gr.Column():
|
668 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
|
|
|
659 |
bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output])
|
660 |
|
661 |
|
662 |
+
# with gr.Column():
|
663 |
+
# weather_output = gr.HTML(value=fetch_local_weather())
|
664 |
+
# news_output = gr.HTML(value=fetch_local_news())
|
665 |
+
# news_output = gr.HTML(value=fetch_local_events())
|
666 |
|
667 |
with gr.Column():
|
668 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
|