Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -263,8 +263,10 @@ with image_blocks as demo:
|
|
263 |
gr.Markdown(
|
264 |
"""
|
265 |
<div style="text-align: 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 |
-
<
|
267 |
-
<
|
|
|
|
|
268 |
<div style="margin: 1rem 0;">
|
269 |
<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;">
|
270 |
Visit Deradh.com
|
|
|
263 |
gr.Markdown(
|
264 |
"""
|
265 |
<div style="text-align: 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 |
+
<div style="text-align: center;">
|
267 |
+
<img src="file/logo.png" alt="Deradh Logo" style="height: 60px; margin-bottom: 1rem;" />
|
268 |
+
<h1 style="color: white; font-size: 2.5rem; font-weight: 600; margin-bottom: 1rem; center; ">Deradh Virtual Try-On Experience</h1>
|
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
|