Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ html_mod=f"""
|
|
| 26 |
<div id="demo">
|
| 27 |
<iframe
|
| 28 |
id="myIframe"
|
| 29 |
-
src="https://omnibus-game-test-static.static.hf.space?sky={sky}&platform={platform}&star={star}&bomb={bomb}&dude={dude}"
|
| 30 |
frameborder="0"
|
| 31 |
width="100%"
|
| 32 |
height="100%"
|
|
|
|
| 26 |
<div id="demo">
|
| 27 |
<iframe
|
| 28 |
id="myIframe"
|
| 29 |
+
src="https://omnibus-game-test-static.static.hf.space/index.html?sky={sky}&platform={platform}&star={star}&bomb={bomb}&dude={dude}"
|
| 30 |
frameborder="0"
|
| 31 |
width="100%"
|
| 32 |
height="100%"
|