Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -854,10 +854,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
854 |
# Handle retrieval mode change
|
855 |
retrieval_mode.change(fn=handle_retrieval_mode_change, inputs=retrieval_mode, outputs=[choice, choice])
|
856 |
|
857 |
-
with gr.Column():
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
|
862 |
|
863 |
with gr.Column():
|
|
|
854 |
# Handle retrieval mode change
|
855 |
retrieval_mode.change(fn=handle_retrieval_mode_change, inputs=retrieval_mode, outputs=[choice, choice])
|
856 |
|
857 |
+
# with gr.Column():
|
858 |
+
# weather_output = gr.HTML(value=fetch_local_weather())
|
859 |
+
# news_output = gr.HTML(value=fetch_local_news())
|
860 |
+
# events_output = gr.HTML(value=fetch_local_events())
|
861 |
|
862 |
|
863 |
with gr.Column():
|