Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,8 +41,10 @@ def test(inp):
|
|
41 |
|
42 |
display: flex;
|
43 |
justify-content: space-between;
|
44 |
-
|
45 |
-
|
|
|
|
|
46 |
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
47 |
}
|
48 |
|
|
|
41 |
|
42 |
display: flex;
|
43 |
justify-content: space-between;
|
44 |
+
|
45 |
+
position: relative;
|
46 |
+
overflow: hidden;
|
47 |
+
width: 100%;
|
48 |
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
49 |
}
|
50 |
|