Spaces:
Sleeping
Sleeping
Update styles.py
Browse files
styles.py
CHANGED
@@ -9,7 +9,7 @@ def get_custom_css():
|
|
9 |
|
10 |
/* Add negative margin to move content up */
|
11 |
div.stApp {
|
12 |
-
margin-top:
|
13 |
background: white;
|
14 |
}
|
15 |
|
|
|
9 |
|
10 |
/* Add negative margin to move content up */
|
11 |
div.stApp {
|
12 |
+
margin-top: 0px;
|
13 |
background: white;
|
14 |
}
|
15 |
|