Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ class GradioInterface:
|
|
| 160 |
background: white;
|
| 161 |
position: relative;
|
| 162 |
width: 100% !important;
|
| 163 |
-
max-width:
|
| 164 |
margin: 0 auto 20px auto !important;
|
| 165 |
}
|
| 166 |
|
|
@@ -306,7 +306,7 @@ class GradioInterface:
|
|
| 306 |
flex-direction: column !important;
|
| 307 |
align-items: center !important;
|
| 308 |
width: 100% !important;
|
| 309 |
-
max-width:
|
| 310 |
margin: 0 auto !important;
|
| 311 |
}
|
| 312 |
|
|
|
|
| 160 |
background: white;
|
| 161 |
position: relative;
|
| 162 |
width: 100% !important;
|
| 163 |
+
max-width: 1200px !important;
|
| 164 |
margin: 0 auto 20px auto !important;
|
| 165 |
}
|
| 166 |
|
|
|
|
| 306 |
flex-direction: column !important;
|
| 307 |
align-items: center !important;
|
| 308 |
width: 100% !important;
|
| 309 |
+
max-width: 1200px !important;
|
| 310 |
margin: 0 auto !important;
|
| 311 |
}
|
| 312 |
|