Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -96,11 +96,11 @@ with gr.Group():
|
|
96 |
|
97 |
|
98 |
css = """
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
"""
|
105 |
|
106 |
with gr.Blocks(theme=theme, fill_width=True, css=css) as app:
|
|
|
96 |
|
97 |
|
98 |
css = """
|
99 |
+
footer{display:none !important}
|
100 |
+
#app-container {
|
101 |
+
max-width: 930px;
|
102 |
+
margin-left: auto;
|
103 |
+
margin-right: auto;
|
104 |
"""
|
105 |
|
106 |
with gr.Blocks(theme=theme, fill_width=True, css=css) as app:
|