Update app.py
Browse files
app.py
CHANGED
@@ -80,10 +80,10 @@ with gr.Blocks(theme="soft") as playground:
|
|
80 |
"""
|
81 |
<div style="text-align: center; margin: 0 auto;">
|
82 |
<div style="display: inline-flex; align-items: center; gap: 0.8rem; font-size: 1.75rem;">
|
83 |
-
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;"
|
84 |
</div>
|
85 |
<p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
|
86 |
-
|
87 |
</p>
|
88 |
</div>
|
89 |
"""
|
|
|
80 |
"""
|
81 |
<div style="text-align: center; margin: 0 auto;">
|
82 |
<div style="display: inline-flex; align-items: center; gap: 0.8rem; font-size: 1.75rem;">
|
83 |
+
<h1 style="font-weight: 900; margin-bottom: 7px; margin-top: 5px;">🎨🤖 Play with SD Models</h1>
|
84 |
</div>
|
85 |
<p style="margin-bottom: 10px; font-size: 94%; line-height: 23px;">
|
86 |
+
Explore and create your AI art with Stable Diffusion models!
|
87 |
</p>
|
88 |
</div>
|
89 |
"""
|