Pijush2023 commited on
Commit
4cdea25
·
verified ·
1 Parent(s): 2c60c92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -578,10 +578,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
578
  location_output = gr.HTML()
579
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output])
580
 
581
- with gr.Column():
582
- weather_output = gr.HTML(value=fetch_local_weather())
583
- news_output = gr.HTML(value=fetch_local_news())
584
- news_output = gr.HTML(value=fetch_local_events())
585
 
586
  with gr.Column():
587
 
 
578
  location_output = gr.HTML()
579
  bot_msg.then(show_map_if_details, [chatbot, choice], [location_output, location_output])
580
 
581
+ # with gr.Column():
582
+ # weather_output = gr.HTML(value=fetch_local_weather())
583
+ # news_output = gr.HTML(value=fetch_local_news())
584
+ # news_output = gr.HTML(value=fetch_local_events())
585
 
586
  with gr.Column():
587