Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,14 @@ class CustomTheme(gr.themes.Base):
|
|
246 |
|
247 |
# Custom CSS
|
248 |
css = """
|
249 |
-
/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
footer {
|
251 |
visibility: hidden;
|
252 |
height: 0;
|
@@ -254,12 +261,6 @@ footer {
|
|
254 |
padding: 0;
|
255 |
overflow: hidden;
|
256 |
}
|
257 |
-
/* Set background color for the entire page */
|
258 |
-
body {
|
259 |
-
background-color: #191a1e !important;
|
260 |
-
margin: 0;
|
261 |
-
padding: 0;
|
262 |
-
}
|
263 |
|
264 |
/* Apply fonts */
|
265 |
body, input, button, textarea, select, .gr-button {
|
|
|
246 |
|
247 |
# Custom CSS
|
248 |
css = """
|
249 |
+
/* Set background color for the entire page */
|
250 |
+
body {
|
251 |
+
background-color: #191a1e !important;
|
252 |
+
margin: 0;
|
253 |
+
padding: 0;
|
254 |
+
}
|
255 |
+
|
256 |
+
/* Hide the footer */
|
257 |
footer {
|
258 |
visibility: hidden;
|
259 |
height: 0;
|
|
|
261 |
padding: 0;
|
262 |
overflow: hidden;
|
263 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
264 |
|
265 |
/* Apply fonts */
|
266 |
body, input, button, textarea, select, .gr-button {
|