Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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 |
|