Omnibus commited on
Commit
8ac81f0
·
1 Parent(s): 13abb40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -52,8 +52,9 @@ def test(inp):
52
 
53
  position: relative;
54
  overflow: hidden;
55
- width: 30%;
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 */