Justxd22 commited on
Commit
8e1c709
·
1 Parent(s): 12d3f0c

fix height

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -419,7 +419,7 @@ def get_game_iframe():
419
  <iframe
420
  id="game-iframe"
421
  srcdoc="{html_content_escaped}"
422
- style="width: 100%; height: 95vh; border: none;"
423
  allow="autoplay; fullscreen"
424
  ></iframe>
425
  """
 
419
  <iframe
420
  id="game-iframe"
421
  srcdoc="{html_content_escaped}"
422
+ style="width: 100%; height: 50vh; border: none;"
423
  allow="autoplay; fullscreen"
424
  ></iframe>
425
  """