Spaces:
Sleeping
Sleeping
hedding css
Browse files
app.py
CHANGED
@@ -374,11 +374,13 @@ def gradio_app():
|
|
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
|
380 |
-
""")
|
381 |
-
gr.Markdown(f"""
|
|
|
|
|
|
|
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 style="background-color: White; font-size: 30px; font-weight: bold; color: #00008B; 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; font-weight: bold; color: #00008B; text-align: right; margin-top: -10px; margin-bottom: 10px;">Project: {PROJECT_CODE}</div>
|
382 |
+
""")
|
383 |
+
|
384 |
with gr.Row():
|
385 |
alert_box = gr.Markdown("", elem_id="alert-box", visible=False)
|
386 |
with gr.Row():
|