Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -246,6 +246,14 @@ class CustomTheme(gr.themes.Base):
|
|
246 |
|
247 |
# Custom CSS
|
248 |
css = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
249 |
/* Set background color for the entire page */
|
250 |
body {
|
251 |
background-color: #191a1e !important;
|
|
|
246 |
|
247 |
# Custom CSS
|
248 |
css = """
|
249 |
+
/* Скрываем нижний колонтитул */
|
250 |
+
footer {
|
251 |
+
visibility: hidden;
|
252 |
+
height: 0;
|
253 |
+
margin: 0;
|
254 |
+
padding: 0;
|
255 |
+
overflow: hidden;
|
256 |
+
}
|
257 |
/* Set background color for the entire page */
|
258 |
body {
|
259 |
background-color: #191a1e !important;
|