Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -89,6 +89,9 @@ button {
|
|
89 |
button:hover {
|
90 |
background-color: #3a52cc !important;
|
91 |
}
|
|
|
|
|
|
|
92 |
"""
|
93 |
|
94 |
# Gradio Interface
|
|
|
89 |
button:hover {
|
90 |
background-color: #3a52cc !important;
|
91 |
}
|
92 |
+
footer {
|
93 |
+
visibility: hidden;
|
94 |
+
}
|
95 |
"""
|
96 |
|
97 |
# Gradio Interface
|