Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,7 @@ with gr.Blocks() as app:
|
|
7 |
<iframe
|
8 |
src="https://omnibus-game-test-static.static.hf.space"
|
9 |
frameborder="0"
|
10 |
-
width="
|
11 |
-
height="450"
|
12 |
></iframe>
|
13 |
</div>
|
14 |
""")
|
|
|
7 |
<iframe
|
8 |
src="https://omnibus-game-test-static.static.hf.space"
|
9 |
frameborder="0"
|
10 |
+
width="100%"
|
|
|
11 |
></iframe>
|
12 |
</div>
|
13 |
""")
|