Omnibus commited on
Commit
c3eec18
·
1 Parent(s): 475b489

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -41,9 +41,7 @@ def test(inp):
41
 
42
  display: flex;
43
  justify-content: space-between;
44
-
45
- position: relative;
46
- overflow: hidden;
47
  width: 50%;
48
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
49
  }
 
41
 
42
  display: flex;
43
  justify-content: space-between;
44
+
 
 
45
  width: 50%;
46
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
47
  }