Update app.py
Browse files
app.py
CHANGED
@@ -18,9 +18,6 @@ CSS = """
|
|
18 |
.gradio-container {
|
19 |
max-width: 690px !important;
|
20 |
}
|
21 |
-
footer {
|
22 |
-
visibility: hidden;
|
23 |
-
}
|
24 |
"""
|
25 |
|
26 |
JS = """function () {
|
|
|
18 |
.gradio-container {
|
19 |
max-width: 690px !important;
|
20 |
}
|
|
|
|
|
|
|
21 |
"""
|
22 |
|
23 |
JS = """function () {
|