Omnibus commited on
Commit
167765f
1 Parent(s): ff6326a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,9 +10,10 @@ with gr.Blocks() as app:
10
 
11
  <div id="demo">
12
  <iframe
13
- src='https://omnibus-game-test-static.static.hf.space/?sky=123&"platform"=545&star={star}&bomb={bomb}&dude={dude}'
14
  frameborder="0"
15
  width="100%"
 
16
  ></iframe>
17
  </div>
18
  """)
 
10
 
11
  <div id="demo">
12
  <iframe
13
+ src="https://omnibus-game-test-static.static.hf.space/?sky=123&platform=545&star={star}&bomb={bomb}&dude={dude}"
14
  frameborder="0"
15
  width="100%"
16
+ height="100%"
17
  ></iframe>
18
  </div>
19
  """)