Spaces:
Sleeping
Sleeping
css markdown
Browse files
app.py
CHANGED
@@ -374,6 +374,7 @@ def gradio_app():
|
|
374 |
# reset_state()
|
375 |
with gr.Blocks(css=custom_html) as demo:
|
376 |
with gr.Row():
|
|
|
377 |
gr.Markdown("""
|
378 |
<div class="story-legacy-heading">StoryLegacy</div>
|
379 |
""")
|
|
|
374 |
# reset_state()
|
375 |
with gr.Blocks(css=custom_html) as demo:
|
376 |
with gr.Row():
|
377 |
+
gr.Markdown(custom_html)
|
378 |
gr.Markdown("""
|
379 |
<div class="story-legacy-heading">StoryLegacy</div>
|
380 |
""")
|