Jerrycool commited on
Commit
cfcbb6d
·
verified ·
1 Parent(s): 19e0705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -226,7 +226,7 @@ intro_css = """
226
  line-height: 1.75;
227
  color: #344054;
228
  text-align: center;
229
- max-width: 900px;
230
  margin: 0 auto 3rem auto;
231
  }
232
  .introduction-wrapper p, .introduction-section p {
@@ -253,7 +253,7 @@ body {
253
  }
254
 
255
  .gradio-container {
256
- max-width: 1200px !important;
257
  margin: 0 auto !important;
258
  padding: 2rem !important;
259
  }
 
226
  line-height: 1.75;
227
  color: #344054;
228
  text-align: center;
229
+ max-width: 1000px;
230
  margin: 0 auto 3rem auto;
231
  }
232
  .introduction-wrapper p, .introduction-section p {
 
253
  }
254
 
255
  .gradio-container {
256
+ max-width: 1300px !important;
257
  margin: 0 auto !important;
258
  padding: 2rem !important;
259
  }