ZekunXi commited on
Commit
b88c031
·
1 Parent(s): 29650f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ block = gr.Blocks(css=custom_css) # 应用自定义 CSS
89
  with block:
90
  gr.Markdown(TITLE)
91
 
92
- gr.Markdown("## <h1 style='margin-bottom: -10px; text-align: center'> BACKGROUND")
93
  gr.Markdown(
94
  BACKGROUND
95
  )
 
89
  with block:
90
  gr.Markdown(TITLE)
91
 
92
+ gr.Markdown("<h2 style='margin-bottom: -10px; text-align: center'> BACKGROUND")
93
  gr.Markdown(
94
  BACKGROUND
95
  )