Pijush2023 commited on
Commit
be11b87
·
verified ·
1 Parent(s): f2479df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -812,7 +812,6 @@ with gr.Blocks(theme='Pijush2023/scikit-learn-pijush') as demo:
812
  with gr.Column():
813
  weather_output = gr.HTML(value=fetch_local_weather())
814
  news_output = gr.HTML(value=fetch_local_news())
815
- gr.Markdown("<h1 style='color: red;'>Suggested Events</h1>", elem_id="events-markdown")
816
  news_output = gr.HTML(value=fetch_local_events())
817
 
818
  with gr.Column():
 
812
  with gr.Column():
813
  weather_output = gr.HTML(value=fetch_local_weather())
814
  news_output = gr.HTML(value=fetch_local_news())
 
815
  news_output = gr.HTML(value=fetch_local_events())
816
 
817
  with gr.Column():