Aleksmorshen commited on
Commit
295c7f3
·
verified ·
1 Parent(s): 10f757e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ HTML_TEMPLATE = """
28
  overflow: hidden; /* Prevent scrolling */
29
  padding-bottom: 56.25%; /* 16:9 aspect ratio (you can adjust) */
30
  position: relative;
31
- height: 0;
32
  }
33
 
34
  .iframe-container iframe {
 
28
  overflow: hidden; /* Prevent scrolling */
29
  padding-bottom: 56.25%; /* 16:9 aspect ratio (you can adjust) */
30
  position: relative;
31
+ height: 100%;
32
  }
33
 
34
  .iframe-container iframe {