Zaiiida commited on
Commit
3d72e0e
·
verified ·
1 Parent(s): 807b1e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
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;