Omnibus commited on
Commit
c4f9926
1 Parent(s): 0c30387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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