Pijush2023 commited on
Commit
f58b799
·
verified ·
1 Parent(s): 3560e2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- 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)
 
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)