Pijush2023 commited on
Commit
fe6458f
·
verified ·
1 Parent(s): 9e9ae1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -713,10 +713,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
713
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output],api_name="map_finder")
714
 
715
 
716
- with gr.Column():
717
- weather_output = gr.HTML(value=fetch_local_weather())
718
- news_output = gr.HTML(value=fetch_local_news())
719
- news_output = gr.HTML(value=fetch_local_events())
720
 
721
  with gr.Column():
722
  image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
 
713
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output],api_name="map_finder")
714
 
715
 
716
+ # with gr.Column():
717
+ # weather_output = gr.HTML(value=fetch_local_weather())
718
+ # news_output = gr.HTML(value=fetch_local_news())
719
+ # news_output = gr.HTML(value=fetch_local_events())
720
 
721
  with gr.Column():
722
  image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)