Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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');
|