Spaces:
Running on Zero
Running on Zero
Commit ·
e12e0ab
1
Parent(s): ea58efa
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,6 +101,8 @@ APP_CSS = """
|
|
| 101 |
}
|
| 102 |
:root:root:root:root main {
|
| 103 |
max-width: 1160px;
|
|
|
|
|
|
|
| 104 |
}
|
| 105 |
:root:root:root:root .gradio-container {
|
| 106 |
overflow: unset;
|
|
|
|
| 101 |
}
|
| 102 |
:root:root:root:root main {
|
| 103 |
max-width: 1160px;
|
| 104 |
+
margin-left: auto !important;
|
| 105 |
+
margin-right: auto !important;
|
| 106 |
}
|
| 107 |
:root:root:root:root .gradio-container {
|
| 108 |
overflow: unset;
|