oobabooga commited on
Commit
e705a57
·
verified ·
1 Parent(s): 2d02254

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- body {
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
  }