mMonika commited on
Commit
c5c6dfa
·
verified ·
1 Parent(s): 8128bc3

css markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -374,6 +374,7 @@ def gradio_app():
374
  # reset_state()
375
  with gr.Blocks(css=custom_html) as demo:
376
  with gr.Row():
 
377
  gr.Markdown("""
378
  <div class="story-legacy-heading">StoryLegacy</div>
379
  """)
 
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
  """)