Update app.py
Browse files
app.py
CHANGED
|
@@ -401,6 +401,9 @@ footer {
|
|
| 401 |
padding: 0.75rem 1.5rem !important;
|
| 402 |
font-size: 0.9rem !important;
|
| 403 |
}
|
|
|
|
|
|
|
|
|
|
| 404 |
}
|
| 405 |
"""
|
| 406 |
|
|
|
|
| 401 |
padding: 0.75rem 1.5rem !important;
|
| 402 |
font-size: 0.9rem !important;
|
| 403 |
}
|
| 404 |
+
}
|
| 405 |
+
#huggingface-space-header{
|
| 406 |
+
display:none !important;
|
| 407 |
}
|
| 408 |
"""
|
| 409 |
|