Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
utils.py
CHANGED
@@ -26,6 +26,7 @@ def layout(*args):
|
|
26 |
footer {visibility: hidden;}
|
27 |
.stApp { bottom: 125px; }
|
28 |
button[title="View fullscreen"]{display:none;}
|
|
|
29 |
</style>
|
30 |
"""
|
31 |
|
|
|
26 |
footer {visibility: hidden;}
|
27 |
.stApp { bottom: 125px; }
|
28 |
button[title="View fullscreen"]{display:none;}
|
29 |
+
body {background-color: white;}
|
30 |
</style>
|
31 |
"""
|
32 |
|