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 |
-
|
| 164 |
margin: 0 auto 20px auto !important;
|
| 165 |
}
|
| 166 |
|
|
@@ -303,7 +303,7 @@ class GradioInterface:
|
|
| 303 |
flex-direction: column !important;
|
| 304 |
align-items: center !important;
|
| 305 |
width: 100% !important;
|
| 306 |
-
max-width: 800px !important;
|
| 307 |
margin: 0 auto !important;
|
| 308 |
}
|
| 309 |
"""
|
|
|
|
| 160 |
background: white;
|
| 161 |
position: relative;
|
| 162 |
width: 100% !important;
|
| 163 |
+
# max-width: 800px !important;
|
| 164 |
margin: 0 auto 20px auto !important;
|
| 165 |
}
|
| 166 |
|
|
|
|
| 303 |
flex-direction: column !important;
|
| 304 |
align-items: center !important;
|
| 305 |
width: 100% !important;
|
| 306 |
+
#max-width: 800px !important;
|
| 307 |
margin: 0 auto !important;
|
| 308 |
}
|
| 309 |
"""
|