Spaces:
Runtime error
Runtime error
Commit
·
41b9b6a
1
Parent(s):
fe35307
Change font
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ news_description = most_positive_article["description"]
|
|
35 |
news_article = most_positive_article["content"]
|
36 |
|
37 |
# Create UI
|
38 |
-
with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("
|
39 |
gr.Markdown("<div align='center'><h1>The Delight Dispatch ☀️🗞️</h1></div")
|
40 |
gr.Markdown("## Today's News: " + news_headline)
|
41 |
gr.Markdown("News description: " + news_description)
|
|
|
35 |
news_article = most_positive_article["content"]
|
36 |
|
37 |
# Create UI
|
38 |
+
with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("IBM Plex Mono"), "Arial", "sans-serif"])) as demo:
|
39 |
gr.Markdown("<div align='center'><h1>The Delight Dispatch ☀️🗞️</h1></div")
|
40 |
gr.Markdown("## Today's News: " + news_headline)
|
41 |
gr.Markdown("News description: " + news_description)
|