SamuelHarner commited on
Commit
a91c119
·
1 Parent(s): 5f80fd8

Move article link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,6 @@ with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("IBM Plex Mono
41
  gr.Markdown("## Today's News: " + news_headline)
42
  gr.Markdown(news_description)
43
  gr.Markdown("Reported by: " + news_source)
44
- gr.Markdown("Link: " + news_link)
45
 
46
  with gr.Row():
47
  with gr.Column():
@@ -53,6 +52,7 @@ with gr.Blocks(theme=gr.themes.Default(font=[gr.themes.GoogleFont("IBM Plex Mono
53
 
54
  with gr.Row():
55
  gr.Markdown(news_article)
 
56
 
57
  with gr.Row():
58
  with gr.Column():
 
41
  gr.Markdown("## Today's News: " + news_headline)
42
  gr.Markdown(news_description)
43
  gr.Markdown("Reported by: " + news_source)
 
44
 
45
  with gr.Row():
46
  with gr.Column():
 
52
 
53
  with gr.Row():
54
  gr.Markdown(news_article)
55
+ gr.Markdown("Read the full article here: " + news_link)
56
 
57
  with gr.Row():
58
  with gr.Column():