ginipick commited on
Commit
f5f758b
·
verified ·
1 Parent(s): 174d4ba

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +22 -11
index.html CHANGED
@@ -1,14 +1,25 @@
1
  gr.HTML("""
2
- <div style="display: flex; justify-content: center; margin: 20px 0;">
3
- <iframe
4
- src="https://ginigen.ai/en"
5
- width="100%"
6
- height="700"
7
- style="border: 2px solid #e0d4f0; border-radius: 12px; max-width: 1200px;"
8
- frameborder="0"
9
- allowfullscreen
10
- sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
11
- loading="lazy">
12
- </iframe>
 
 
 
 
 
 
 
 
 
 
 
13
  </div>
14
  """)
 
1
  gr.HTML("""
2
+ <div style="text-align: center; margin: 20px 0;">
3
+ <h3 style="color: #6b5b7a; margin-bottom: 15px;">🌐 GiniGen AI</h3>
4
+ <a href="https://ginigen.ai/en" target="_blank">
5
+ <img src="https://your-space.hf.space/file=ginigen-screenshot.png"
6
+ style="max-width: 100%; max-height: 400px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); cursor: pointer;"
7
+ alt="GiniGen AI Preview">
8
+ </a>
9
+ <p style="margin-top: 15px;">
10
+ <a href="https://ginigen.ai/en" target="_blank" style="
11
+ display: inline-block;
12
+ padding: 15px 40px;
13
+ background: linear-gradient(90deg, #6b5b7a, #8b7b9b);
14
+ color: white;
15
+ text-decoration: none;
16
+ border-radius: 25px;
17
+ font-weight: 600;
18
+ font-size: 1.1rem;
19
+ box-shadow: 0 4px 15px rgba(0,0,0,0.2);
20
+ ">
21
+ 🚀 Visit GiniGen AI
22
+ </a>
23
+ </p>
24
  </div>
25
  """)