Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,12 +39,12 @@ def test(inp):
|
|
39 |
style = '''
|
40 |
.container-mee {
|
41 |
|
42 |
-
display:
|
43 |
-
justify-
|
44 |
|
45 |
position: relative;
|
46 |
overflow: hidden;
|
47 |
-
width:
|
48 |
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
49 |
}
|
50 |
|
|
|
39 |
style = '''
|
40 |
.container-mee {
|
41 |
|
42 |
+
display: grid;
|
43 |
+
justify-items:end;
|
44 |
|
45 |
position: relative;
|
46 |
overflow: hidden;
|
47 |
+
width: 49%;
|
48 |
padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
|
49 |
}
|
50 |
|