baconnier commited on
Commit
98fa916
1 Parent(s): 3b40407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -160,7 +160,7 @@ class GradioInterface:
160
  background: white;
161
  position: relative;
162
  width: 100% !important;
163
- max-width: 800px !important;
164
  margin: 0 auto 20px auto !important;
165
  }
166
 
@@ -306,7 +306,7 @@ class GradioInterface:
306
  flex-direction: column !important;
307
  align-items: center !important;
308
  width: 100% !important;
309
- max-width: 800px !important;
310
  margin: 0 auto !important;
311
  }
312
 
 
160
  background: white;
161
  position: relative;
162
  width: 100% !important;
163
+ max-width: 1200px !important;
164
  margin: 0 auto 20px auto !important;
165
  }
166
 
 
306
  flex-direction: column !important;
307
  align-items: center !important;
308
  width: 100% !important;
309
+ max-width: 1200px !important;
310
  margin: 0 auto !important;
311
  }
312