Update app.py
Browse files
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:
|
| 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 {
|