Spaces:
Sleeping
Sleeping
Update app.css
Browse files
app.css
CHANGED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.gradio-container {
|
| 2 |
+
max-width: 1200px !important;
|
| 3 |
+
margin-left: auto !important;
|
| 4 |
+
margin-right: auto !important;
|
| 5 |
+
}
|
| 6 |
+
|
| 7 |
+
.contain {
|
| 8 |
+
display: flex !important;
|
| 9 |
+
flex-direction: row !important;
|
| 10 |
+
flex-wrap: nowrap !important;
|
| 11 |
+
}
|