Pijush2023 commited on
Commit
42cce23
·
verified ·
1 Parent(s): a140def

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -811,10 +811,10 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
811
  # clear_btn.click(lambda: [None, ""], outputs=[stream_transcription, chat_input])
812
  clear_button.click(lambda:[None,None] ,outputs=[chat_input, state])
813
 
814
- with gr.Column():
815
- weather_output = gr.HTML(value=fetch_local_weather())
816
- news_output = gr.HTML(value=fetch_local_news())
817
- news_output = gr.HTML(value=fetch_local_events())
818
 
819
  with gr.Column():
820
  image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)
 
811
  # clear_btn.click(lambda: [None, ""], outputs=[stream_transcription, chat_input])
812
  clear_button.click(lambda:[None,None] ,outputs=[chat_input, state])
813
 
814
+ # with gr.Column():
815
+ # weather_output = gr.HTML(value=fetch_local_weather())
816
+ # news_output = gr.HTML(value=fetch_local_news())
817
+ # news_output = gr.HTML(value=fetch_local_events())
818
 
819
  with gr.Column():
820
  image_output_1 = gr.Image(value=generate_image(hardcoded_prompt_1), width=400, height=400)