Update index.html
Browse files- 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="
|
| 7 |
-
style="border: 2px solid #e0d4f0; border-radius: 12px;
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
| 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 |
""")
|