seawolf2357 commited on
Commit
a11f1e0
·
verified ·
1 Parent(s): e4cfaf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,8 +10,7 @@ def create_home_screen():
10
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as home:
11
  gr.Image("banner.png", show_label=False)
12
 
13
- with gr.Box():
14
- gr.Markdown("# Latest News")
15
 
16
  # News Item 1
17
  with gr.Row():
 
10
  with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as home:
11
  gr.Image("banner.png", show_label=False)
12
 
13
+ gr.Markdown("# Latest News")
 
14
 
15
  # News Item 1
16
  with gr.Row():