Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,11 +39,11 @@ def test(inp):
|
|
39 |
style = '''
|
40 |
.put-on-top{
|
41 |
border-style: solid;
|
42 |
-
border-width:
|
43 |
border-radius: 5px;
|
44 |
|
45 |
-
background:
|
46 |
-
|
47 |
}
|
48 |
.grid-mee {
|
49 |
display: flex;
|
@@ -60,8 +60,8 @@ def test(inp):
|
|
60 |
position: relative;
|
61 |
overflow: hidden;
|
62 |
width: 33%;
|
63 |
-
height:
|
64 |
-
margin-bottom:
|
65 |
}
|
66 |
|
67 |
/* Then style the iframe to fit in the container div with full height and width */
|
|
|
39 |
style = '''
|
40 |
.put-on-top{
|
41 |
border-style: solid;
|
42 |
+
border-width: 1px;
|
43 |
border-radius: 5px;
|
44 |
|
45 |
+
background: none;
|
46 |
+
margin:1px;
|
47 |
}
|
48 |
.grid-mee {
|
49 |
display: flex;
|
|
|
60 |
position: relative;
|
61 |
overflow: hidden;
|
62 |
width: 33%;
|
63 |
+
height: 60em;
|
64 |
+
margin-bottom: 1em;
|
65 |
}
|
66 |
|
67 |
/* Then style the iframe to fit in the container div with full height and width */
|