aicodingfun commited on
Commit
4713f00
·
verified ·
1 Parent(s): da94bb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -220,7 +220,7 @@ def get_top_bottom_news(date_obj):
220
  return f"<ul>{top_news_html}</ul>", f"<ul>{bottom_news_html}</ul>"
221
 
222
  with gr.Blocks(
223
- theme=gr.themes.Soft(primary_hue="sky", secondary_hue="orange")
224
  js="""
225
  () => {
226
  document.body.classList.toggle('dark');
 
220
  return f"<ul>{top_news_html}</ul>", f"<ul>{bottom_news_html}</ul>"
221
 
222
  with gr.Blocks(
223
+ theme=gr.themes.Soft(primary_hue="sky", secondary_hue="orange"),
224
  js="""
225
  () => {
226
  document.body.classList.toggle('dark');