Spaces:
Running
Running
123
Browse files
app.py
CHANGED
@@ -376,7 +376,7 @@ def gradio_app():
|
|
376 |
with gr.Row():
|
377 |
gr.Markdown("""
|
378 |
<div style="background-color: White; font-size: 30px !important; font-weight: bold !important; color: #00008B !important; text-align: left; margin-top: -10px; margin-bottom: 10px;">StoryLegacy</div>
|
379 |
-
""")
|
380 |
gr.Markdown(f"""
|
381 |
<div style="background-color: White; font-size: 30px !important; font-weight: bold !important; color: #00008B !important; text-align: right; margin-top: -10px; margin-bottom: 10px;">Project: {PROJECT_CODE}</div>
|
382 |
""")
|
|
|
376 |
with gr.Row():
|
377 |
gr.Markdown("""
|
378 |
<div style="background-color: White; font-size: 30px !important; font-weight: bold !important; color: #00008B !important; text-align: left; margin-top: -10px; margin-bottom: 10px;">StoryLegacy</div>
|
379 |
+
""",elem_id = "story-legacy-heading")
|
380 |
gr.Markdown(f"""
|
381 |
<div style="background-color: White; font-size: 30px !important; font-weight: bold !important; color: #00008B !important; text-align: right; margin-top: -10px; margin-bottom: 10px;">Project: {PROJECT_CODE}</div>
|
382 |
""")
|