Spaces:
Sleeping
Sleeping
add markdown to space
Browse files
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.
|
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(
|