Chaerin5 commited on
Commit
8579aa2
·
1 Parent(s): 85a61a0

add markdown to space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1545,7 +1545,7 @@ with gr.Blocks(css=custom_css) as demo:
1545
  )
1546
 
1547
  gr.Markdown("<h1>Citation</h1>")
1548
- gr.MarkDown(_CITE_)
1549
 
1550
  # print("Ready to launch..")
1551
  # _, _, shared_url = demo.queue().launch(
 
1545
  )
1546
 
1547
  gr.Markdown("<h1>Citation</h1>")
1548
+ gr.Markdown(_CITE_)
1549
 
1550
  # print("Ready to launch..")
1551
  # _, _, shared_url = demo.queue().launch(