Spaces:
Paused
Paused
Update app.py
Browse files
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 |
-
|
404 |
-
|
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()
|