Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -307,7 +307,7 @@ def update_prompt_from_dropdown(illumination_option):
|
|
| 307 |
css="""
|
| 308 |
#col-container {
|
| 309 |
margin: 0 auto;
|
| 310 |
-
max-width:
|
| 311 |
}
|
| 312 |
"""
|
| 313 |
|
|
|
|
| 307 |
css="""
|
| 308 |
#col-container {
|
| 309 |
margin: 0 auto;
|
| 310 |
+
max-width: 1020px;
|
| 311 |
}
|
| 312 |
"""
|
| 313 |
|