Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 class="put-on-top"><a href="{out}">{out}</a></div><iframe class="responsive-iframe-mee" src="{out}" frameborder="3"></iframe></div>'
|
19 |
|
20 |
file.writelines(frame_l)
|
21 |
|
@@ -44,9 +44,9 @@ def test(inp):
|
|
44 |
border-radius: 5px;
|
45 |
|
46 |
background: none;
|
47 |
-
padding:
|
48 |
margin-top:1em;
|
49 |
-
margin-bottom:
|
50 |
}
|
51 |
.grid-mee {
|
52 |
display: flex;
|
|
|
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 class="put-on-top"><a target="_blank" href="{out}">{out}</a></div><iframe class="responsive-iframe-mee" src="{out}" frameborder="3"></iframe></div>'
|
19 |
|
20 |
file.writelines(frame_l)
|
21 |
|
|
|
44 |
border-radius: 5px;
|
45 |
|
46 |
background: none;
|
47 |
+
padding: 0.5em;
|
48 |
margin-top:1em;
|
49 |
+
margin-bottom:0.3em;
|
50 |
}
|
51 |
.grid-mee {
|
52 |
display: flex;
|