Spaces:
Sleeping
Sleeping
removed 2 blocks
Browse files
app.py
CHANGED
@@ -374,11 +374,10 @@ def gradio_app():
|
|
374 |
# reset_state()
|
375 |
with gr.Blocks(css=custom_html) as demo:
|
376 |
with gr.Row():
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
gr.Markdown(f"""Project: {PROJECT_CODE}""",elem_classes=["project-code"])
|
382 |
with gr.Row():
|
383 |
alert_box = gr.Markdown("", elem_id="alert-box", visible=False)
|
384 |
with gr.Row():
|
|
|
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 |
+
""",elem_classes=["story-legacy-heading"])
|
380 |
+
gr.Markdown(f"""<div class="project-code">Project: {PROJECT_CODE}</div>""")
|
|
|
381 |
with gr.Row():
|
382 |
alert_box = gr.Markdown("", elem_id="alert-box", visible=False)
|
383 |
with gr.Row():
|