Pijush2023 commited on
Commit
ccc468e
·
verified ·
1 Parent(s): 4a1881c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -1222,10 +1222,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
1222
 
1223
  retrieval_mode.change(fn=handle_retrieval_mode_change, inputs=retrieval_mode, outputs=[choice, choice])
1224
 
1225
- with gr.Column():
1226
- weather_output = gr.HTML(value=fetch_local_weather())
1227
- news_output = gr.HTML(value=fetch_local_news())
1228
- events_output = gr.HTML(value=fetch_local_events())
1229
 
1230
 
1231
 
 
1222
 
1223
  retrieval_mode.change(fn=handle_retrieval_mode_change, inputs=retrieval_mode, outputs=[choice, choice])
1224
 
1225
+ # with gr.Column():
1226
+ # weather_output = gr.HTML(value=fetch_local_weather())
1227
+ # news_output = gr.HTML(value=fetch_local_news())
1228
+ # events_output = gr.HTML(value=fetch_local_events())
1229
 
1230
 
1231