Omnibus commited on
Commit
ba49f41
1 Parent(s): 4dc5272

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,7 +15,7 @@ def search_fn(query):
15
  out = (re.split(":(?=http)",link["href"].replace("/url?q=","").split("&sa",1)[0]))
16
  out = out[0]
17
 
18
- frame_l=f'<div class="container-mee"><div><a href="{out}">{out}</a><br><iframe class="responsive-iframe-mee" src="{out}" frameborder="3"></iframe></div></div>'
19
 
20
  file.writelines(frame_l)
21
 
@@ -50,7 +50,7 @@ def test(inp):
50
 
51
  .container-mee {
52
 
53
- position: absolute;
54
  overflow: hidden;
55
  width: 33%;
56
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
 
15
  out = (re.split(":(?=http)",link["href"].replace("/url?q=","").split("&sa",1)[0]))
16
  out = out[0]
17
 
18
+ frame_l=f'<div><a href="{out}">{out}</a><br></div><div class="container-mee"><iframe class="responsive-iframe-mee" src="{out}" frameborder="3"></iframe></div>'
19
 
20
  file.writelines(frame_l)
21
 
 
50
 
51
  .container-mee {
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) */