Pijush2023 commited on
Commit
65533af
·
verified ·
1 Parent(s): c2c9ec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -400,8 +400,8 @@ with gr.Blocks(theme='rawrsor1/Everforest') as demo:
400
  # with gr.Column():
401
  # weather_output = gr.HTML(value=fetch_local_weather())
402
 
403
- # with gr.Column():
404
- # news_output = gr.HTML(value=fetch_local_news())
405
 
406
  def setup_ui():
407
  state = gr.State()
 
400
  # with gr.Column():
401
  # weather_output = gr.HTML(value=fetch_local_weather())
402
 
403
+ with gr.Column():
404
+ news_output = gr.HTML(value=fetch_local_news())
405
 
406
  def setup_ui():
407
  state = gr.State()