sharner commited on
Commit
d709ea9
·
1 Parent(s): 0abe4e0

Use html for app title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ The Lucia celebration starts 7:30 in the morning. You are welcome to enter the l
21
  """
22
 
23
  with gr.Blocks() as demo:
24
- gr.Markdown("# The Delight Dispatch ☀️🗞️</center>")
25
  gr.Markdown("## Today's News: " + news_headline)
26
  gr.Markdown("Reported by: " + news_source)
27
 
 
21
  """
22
 
23
  with gr.Blocks() as demo:
24
+ gr.Markdown("<div align='center'><h1>The Delight Dispatch ☀️🗞️</h1></div")
25
  gr.Markdown("## Today's News: " + news_headline)
26
  gr.Markdown("Reported by: " + news_source)
27