Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -52,8 +52,9 @@ def test(inp):
|
|
52 |
|
53 |
position: relative;
|
54 |
overflow: hidden;
|
55 |
-
width:
|
56 |
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
|
|
57 |
}
|
58 |
|
59 |
/* Then style the iframe to fit in the container div with full height and width */
|
|
|
52 |
|
53 |
position: relative;
|
54 |
overflow: hidden;
|
55 |
+
width: 33%;
|
56 |
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
57 |
+
padding-bottom: 10px;
|
58 |
}
|
59 |
|
60 |
/* Then style the iframe to fit in the container div with full height and width */
|