mMonika commited on
Commit
3729a70
·
verified ·
1 Parent(s): 4a1aafa
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -159,7 +159,7 @@ custom_html="""
159
  padding: 10px;
160
  background-color:#90EE90; /* Light red background for alert */
161
  }
162
- .story-legacy-heading {
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 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
  """)
 
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
  """)