Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -331,7 +331,8 @@ css = """
|
|
| 331 |
max-width: 800px;
|
| 332 |
}
|
| 333 |
.gradio-container{
|
| 334 |
-
max-width: 1024px !important
|
|
|
|
| 335 |
}
|
| 336 |
"""
|
| 337 |
example = """
|
|
|
|
| 331 |
max-width: 800px;
|
| 332 |
}
|
| 333 |
.gradio-container{
|
| 334 |
+
max-width: 1024px !important;
|
| 335 |
+
margin: 0 auto
|
| 336 |
}
|
| 337 |
"""
|
| 338 |
example = """
|