Spaces:
Sleeping
Sleeping
app.py
CHANGED
@@ -159,7 +159,7 @@ custom_html="""
|
|
159 |
padding: 10px;
|
160 |
background-color:#90EE90; /* Light red background for alert */
|
161 |
}
|
162 |
-
.
|
163 |
background-color: White;
|
164 |
font-size: 30px;
|
165 |
font-weight: bold;
|
@@ -375,8 +375,8 @@ def gradio_app():
|
|
375 |
with gr.Blocks(css=custom_html) as demo:
|
376 |
with gr.Row():
|
377 |
gr.Markdown("""
|
378 |
-
<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 |
""")
|
|
|
159 |
padding: 10px;
|
160 |
background-color:#90EE90; /* Light red background for alert */
|
161 |
}
|
162 |
+
.gr-story_legacy_heading {
|
163 |
background-color: White;
|
164 |
font-size: 30px;
|
165 |
font-weight: bold;
|
|
|
375 |
with gr.Blocks(css=custom_html) as demo:
|
376 |
with gr.Row():
|
377 |
gr.Markdown("""
|
378 |
+
<div class ="gr-story_legacy_heading"">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 |
""")
|