Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -88,6 +88,11 @@ button:hover {
|
|
| 88 |
@keyframes fadeIn {
|
| 89 |
from {opacity: 0; transform: translateY(10px);}
|
| 90 |
to {opacity: 1; transform: translateY(0);}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
}
|
| 92 |
"""
|
| 93 |
|
|
|
|
| 88 |
@keyframes fadeIn {
|
| 89 |
from {opacity: 0; transform: translateY(10px);}
|
| 90 |
to {opacity: 1; transform: translateY(0);}
|
| 91 |
+
|
| 92 |
+
/* 🔒 Hide Gradio Footer (API, Logo, Settings) */
|
| 93 |
+
footer, .svelte-1yycg3h, .builder-bar, .wrap.svelte-1ipelgc {
|
| 94 |
+
display: none !important;
|
| 95 |
+
visibility: hidden !important;}
|
| 96 |
}
|
| 97 |
"""
|
| 98 |
|