ford442 commited on
Commit
06b376e
Β·
1 Parent(s): 8a296d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -320,7 +320,10 @@ def load_predefined_images1():
320
  return predefined_images1
321
 
322
  css = '''
323
- .gradio-container{max-width: 570px !important}
 
 
 
324
  h1{text-align:center}
325
  footer {
326
  visibility: hidden
 
320
  return predefined_images1
321
 
322
  css = '''
323
+ #col-container {
324
+ margin: 0 auto;
325
+ max-width: 768px;
326
+ }
327
  h1{text-align:center}
328
  footer {
329
  visibility: hidden