Ifeanyi commited on
Commit
45b481e
·
verified ·
1 Parent(s): fa013f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -51,7 +51,8 @@ custom_css = """
51
 
52
  /* Override Gradio's container styles */
53
  .gradio-container {
54
- max-width: 800px !important;
 
55
  margin: 0 auto !important;
56
  background-color: var(--background-color) !important;
57
  }
 
51
 
52
  /* Override Gradio's container styles */
53
  .gradio-container {
54
+ width: 100% !important;
55
+ max-width: none !important;
56
  margin: 0 auto !important;
57
  background-color: var(--background-color) !important;
58
  }