Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,8 +43,6 @@ def test(inp):
|
|
43 |
border-radius: 5px;
|
44 |
|
45 |
background: none;
|
46 |
-
padding-top:3px;
|
47 |
-
margin-top:2em;
|
48 |
}
|
49 |
.grid-mee {
|
50 |
display: flex;
|
@@ -62,7 +60,8 @@ def test(inp):
|
|
62 |
overflow: hidden;
|
63 |
width: 33%;
|
64 |
height: 60em;
|
65 |
-
|
|
|
66 |
}
|
67 |
|
68 |
/* Then style the iframe to fit in the container div with full height and width */
|
|
|
43 |
border-radius: 5px;
|
44 |
|
45 |
background: none;
|
|
|
|
|
46 |
}
|
47 |
.grid-mee {
|
48 |
display: flex;
|
|
|
60 |
overflow: hidden;
|
61 |
width: 33%;
|
62 |
height: 60em;
|
63 |
+
margin-bottom: 1em;
|
64 |
+
margin-top:1em;
|
65 |
}
|
66 |
|
67 |
/* Then style the iframe to fit in the container div with full height and width */
|