SamuelHarner commited on
Commit
5ac096b
·
1 Parent(s): 07da643

Layout change, put description above source

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