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

Remove news description intro label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ news_article = most_positive_article["content"]
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)
42
  gr.Markdown("Reported by: " + news_source)
43
 
44
  with gr.Row():
 
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)
42
  gr.Markdown("Reported by: " + news_source)
43
 
44
  with gr.Row():