openfree commited on
Commit
4a48f33
·
verified ·
1 Parent(s): 7515124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -637,7 +637,7 @@ def create_demo():
637
  with gr.Blocks(css=css, title="DNA-Diffusion Suite", theme=gr.themes.Soft()) as demo:
638
  gr.Markdown(
639
  """
640
- <div style="text-align: center; padding: 20px;">
641
  <h1 style="
642
  font-size: 3em;
643
  background: linear-gradient(135deg, #5f3dc4, #74b9ff, #fd79a8);
@@ -677,6 +677,7 @@ def create_demo():
677
  </div>
678
  """
679
  )
 
680
 
681
 
682
 
 
637
  with gr.Blocks(css=css, title="DNA-Diffusion Suite", theme=gr.themes.Soft()) as demo:
638
  gr.Markdown(
639
  """
640
+ <div style="text-align: center; padding: 20px;">
641
  <h1 style="
642
  font-size: 3em;
643
  background: linear-gradient(135deg, #5f3dc4, #74b9ff, #fd79a8);
 
677
  </div>
678
  """
679
  )
680
+
681
 
682
 
683