Pijush2023 commited on
Commit
63193f5
·
verified ·
1 Parent(s): 037dbb3

Update app.py

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