Spaces:
Gopalag
/
Running on Zero

Gopalag commited on
Commit
ad12efd
ยท
verified ยท
1 Parent(s): cd3a300

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
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="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
 
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