Spaces:
Sleeping
Sleeping
small change
Browse files
app.py
CHANGED
@@ -378,7 +378,7 @@ def gradio_app():
|
|
378 |
gr.Markdown("""
|
379 |
<div class="story-legacy-heading">StoryLegacy</div>
|
380 |
""",elem_classes=["story-legacy-heading"])
|
381 |
-
gr.Markdown(f"""
|
382 |
with gr.Row():
|
383 |
alert_box = gr.Markdown("", elem_id="alert-box", visible=False)
|
384 |
with gr.Row():
|
|
|
378 |
gr.Markdown("""
|
379 |
<div class="story-legacy-heading">StoryLegacy</div>
|
380 |
""",elem_classes=["story-legacy-heading"])
|
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():
|