SamuelHarner commited on
Commit
41b9b6a
·
1 Parent(s): fe35307

Change font

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Monospace"), "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)
 
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)