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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +6 -3
index.html CHANGED
@@ -3,9 +3,12 @@ gr.HTML("""
3
  <iframe
4
  src="https://ginigen.ai/en"
5
  width="100%"
6
- height="600"
7
- style="border: 2px solid #e0d4f0; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1);"
8
- allowfullscreen>
 
 
 
9
  </iframe>
10
  </div>
11
  """)
 
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
  """)