Omnibus commited on
Commit
09d6e33
1 Parent(s): 7fe2228

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def game_fn(sky=sky,star=star,bomb=bomb,platform=platform,dude=dude):
44
  height="100%"
45
  ></iframe>
46
  </div>"""
47
- return html_mod
48
 
49
  def update_game(inp):
50
  return game_fn(sky=sky)
 
44
  height="100%"
45
  ></iframe>
46
  </div>"""
47
+ return gr.update(html_mod)
48
 
49
  def update_game(inp):
50
  return game_fn(sky=sky)