Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -282,6 +282,7 @@ css = """
|
|
282 |
background: linear-gradient(45deg, #ff00e0,#8500ff, #6e00ff) !important;
|
283 |
border: none !important;
|
284 |
}
|
|
|
285 |
.disclaimer {font-variant-caps: all-small-caps; font-size: xx-small;}
|
286 |
.xsmall {font-size: x-small;}
|
287 |
"""
|
|
|
282 |
background: linear-gradient(45deg, #ff00e0,#8500ff, #6e00ff) !important;
|
283 |
border: none !important;
|
284 |
}
|
285 |
+
footer {visibility: hidden}
|
286 |
.disclaimer {font-variant-caps: all-small-caps; font-size: xx-small;}
|
287 |
.xsmall {font-size: x-small;}
|
288 |
"""
|