Omnibus commited on
Commit
4ce59af
·
1 Parent(s): 79734a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -39,12 +39,12 @@ def test(inp):
39
  style = '''
40
  .container-mee {
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
 
 
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