Menyu commited on
Commit
565bf01
·
verified ·
1 Parent(s): 56ce3a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -343,7 +343,11 @@ examples = [
343
  ]
344
 
345
  css = '''
346
- .gradio-container{max-width: 560px !important}
 
 
 
 
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