Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -226,7 +226,7 @@ intro_css = """
|
|
| 226 |
line-height: 1.75;
|
| 227 |
color: #344054;
|
| 228 |
text-align: center;
|
| 229 |
-
max-width:
|
| 230 |
margin: 0 auto 3rem auto;
|
| 231 |
}
|
| 232 |
.introduction-wrapper p, .introduction-section p {
|
|
@@ -253,7 +253,7 @@ body {
|
|
| 253 |
}
|
| 254 |
|
| 255 |
.gradio-container {
|
| 256 |
-
max-width:
|
| 257 |
margin: 0 auto !important;
|
| 258 |
padding: 2rem !important;
|
| 259 |
}
|
|
|
|
| 226 |
line-height: 1.75;
|
| 227 |
color: #344054;
|
| 228 |
text-align: center;
|
| 229 |
+
max-width: 1000px;
|
| 230 |
margin: 0 auto 3rem auto;
|
| 231 |
}
|
| 232 |
.introduction-wrapper p, .introduction-section p {
|
|
|
|
| 253 |
}
|
| 254 |
|
| 255 |
.gradio-container {
|
| 256 |
+
max-width: 1300px !important;
|
| 257 |
margin: 0 auto !important;
|
| 258 |
padding: 2rem !important;
|
| 259 |
}
|