Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1019,11 +1019,11 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
|
|
1019 |
# Handle retrieval mode change
|
1020 |
retrieval_mode.change(fn=handle_retrieval_mode_change, inputs=retrieval_mode, outputs=[choice, choice])
|
1021 |
|
1022 |
-
with gr.Column():
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
|
1028 |
|
1029 |
with gr.Column():
|
|
|
1019 |
# Handle retrieval mode change
|
1020 |
retrieval_mode.change(fn=handle_retrieval_mode_change, inputs=retrieval_mode, outputs=[choice, choice])
|
1021 |
|
1022 |
+
# with gr.Column():
|
1023 |
+
# weather_output = gr.HTML(value=fetch_local_weather())
|
1024 |
+
# news_output = gr.HTML(value=fetch_local_news())
|
1025 |
+
# events_output = gr.HTML(value=fetch_local_events())
|
1026 |
+
# restaurant_output=gr.HTML(value=fetch_yelp_restaurants())
|
1027 |
|
1028 |
|
1029 |
with gr.Column():
|