Spaces:
Running
on
Zero
Running
on
Zero
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);
|
@@ -670,17 +670,25 @@ def create_demo():
|
|
670 |
</span>
|
671 |
</div>
|
672 |
<div style="margin-top: 20px;">
|
673 |
-
<a href="https://discord.gg/openfreeai" target="_blank">
|
674 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
675 |
</a>
|
676 |
</div>
|
677 |
</div>
|
678 |
"""
|
679 |
)
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
|
685 |
|
686 |
with gr.Tabs():
|
|
|
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);
|
|
|
670 |
</span>
|
671 |
</div>
|
672 |
<div style="margin-top: 20px;">
|
673 |
+
<a href="https://discord.gg/openfreeai" target="_blank" style="text-decoration: none;">
|
674 |
+
<div style="
|
675 |
+
display: inline-block;
|
676 |
+
background: linear-gradient(135deg, #800080, #0000ff);
|
677 |
+
color: white;
|
678 |
+
padding: 8px 20px;
|
679 |
+
border-radius: 8px;
|
680 |
+
font-weight: bold;
|
681 |
+
font-size: 14px;
|
682 |
+
box-shadow: 0 4px 6px rgba(0, 0, 255, 0.3);
|
683 |
+
">
|
684 |
+
<span style="margin-right: 8px;">💬</span>
|
685 |
+
Discord | Openfree AI
|
686 |
+
</div>
|
687 |
</a>
|
688 |
</div>
|
689 |
</div>
|
690 |
"""
|
691 |
)
|
|
|
|
|
|
|
|
|
692 |
|
693 |
|
694 |
with gr.Tabs():
|