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

hedding css

Browse files
Files changed (1) hide show
  1. app.py +6 -4
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 class="story-legacy-heading">StoryLegacy</div>
380
- """)
381
- gr.Markdown(f"""<div class="project-code">Project: {PROJECT_CODE}</div>""")
 
 
 
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():