mMonika commited on
Commit
ebb06cc
·
verified ·
1 Parent(s): 70b8b59

important added

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -375,10 +375,10 @@ 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; 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():
 
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
  """)
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
  """)
383
 
384
  with gr.Row():