Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -343,7 +343,11 @@ examples = [
|
|
| 343 |
]
|
| 344 |
|
| 345 |
css = '''
|
| 346 |
-
.gradio-container{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 347 |
h1{text-align:center}
|
| 348 |
'''
|
| 349 |
|
|
|
|
| 343 |
]
|
| 344 |
|
| 345 |
css = '''
|
| 346 |
+
.gradio-container {
|
| 347 |
+
max-width: 560px !important;
|
| 348 |
+
margin-left: auto !important;
|
| 349 |
+
margin-right: auto !important;
|
| 350 |
+
}
|
| 351 |
h1{text-align:center}
|
| 352 |
'''
|
| 353 |
|