Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -788,10 +788,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
788 |
bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output],api_name="map_finder")
|
789 |
|
790 |
|
791 |
-
with gr.Column():
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
|
796 |
with gr.Column():
|
797 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
|
|
|
788 |
bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output],api_name="map_finder")
|
789 |
|
790 |
|
791 |
+
# with gr.Column():
|
792 |
+
# weather_output = gr.HTML(value=fetch_local_weather())
|
793 |
+
# news_output = gr.HTML(value=fetch_local_news())
|
794 |
+
# news_output = gr.HTML(value=fetch_local_events())
|
795 |
|
796 |
with gr.Column():
|
797 |
image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
|