Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -262,11 +262,10 @@ image_blocks = gr.Blocks().queue()
|
|
262 |
with image_blocks as demo:
|
263 |
gr.Markdown(
|
264 |
"""
|
265 |
-
<div style="
|
266 |
-
<
|
267 |
-
|
268 |
-
|
269 |
-
</div>
|
270 |
<div style="margin: 1rem 0;">
|
271 |
<a href="https://deradh.com" target="_blank" style="color: white; text-decoration: none; padding: 0.5rem 1rem; border: 2px solid white; border-radius: 25px; transition: all 0.3s ease;">
|
272 |
Visit Deradh.com
|
|
|
262 |
with image_blocks as demo:
|
263 |
gr.Markdown(
|
264 |
"""
|
265 |
+
<div style="display: flex; flex-direction: column; align-items: center; background: linear-gradient(135deg, #2541b2 0%, #1a237e 100%); padding: 2.5rem; color: white; border-radius: 0 0 20px 20px; margin-bottom: 2rem; box-shadow: 0 4px 6px rgba(0,0,0,0.1);">
|
266 |
+
<h1 style="color: white; font-size: 2.5rem; font-weight: 600; margin-bottom: 1rem; text-align: center;">
|
267 |
+
Deradh Virtual Try-On Experience
|
268 |
+
</h1>
|
|
|
269 |
<div style="margin: 1rem 0;">
|
270 |
<a href="https://deradh.com" target="_blank" style="color: white; text-decoration: none; padding: 0.5rem 1rem; border: 2px solid white; border-radius: 25px; transition: all 0.3s ease;">
|
271 |
Visit Deradh.com
|