Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ def create_ui():
|
|
324 |
"""Create the simplified UI"""
|
325 |
# Custom CSS to limit max width and center the content
|
326 |
css = """
|
327 |
-
|
328 |
max-width: 810px !important;
|
329 |
margin: 0 auto !important;
|
330 |
}
|
|
|
324 |
"""Create the simplified UI"""
|
325 |
# Custom CSS to limit max width and center the content
|
326 |
css = """
|
327 |
+
.gradio-container {
|
328 |
max-width: 810px !important;
|
329 |
margin: 0 auto !important;
|
330 |
}
|