Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ star = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/star
|
|
9 |
bomb = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/bomb.png'
|
10 |
dude = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/dude.png'
|
11 |
|
12 |
-
def game_fn(sky=sky,platform=platform,star=star,bomb=bomb,dude=dude)
|
13 |
html_mod=f"""
|
14 |
<div id="demo" style="height:600px">
|
15 |
<iframe
|
|
|
9 |
bomb = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/bomb.png'
|
10 |
dude = 'https://huggingface.co/spaces/Omnibus/game-test/resolve/main/assets/dude.png'
|
11 |
|
12 |
+
def game_fn(sky=sky,platform=platform,star=star,bomb=bomb,dude=dude):
|
13 |
html_mod=f"""
|
14 |
<div id="demo" style="height:600px">
|
15 |
<iframe
|