ChristopherMarais commited on
Commit
e9a7901
·
verified ·
1 Parent(s): 8365fcb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -254,6 +254,10 @@ custom_css = """
254
  box-shadow: none !important;
255
  border-color: #c2c2c2 !important; /* or use your preferred grey */
256
  }
 
 
 
 
257
  """
258
 
259
  with gr.Blocks(fill_width=True, css=custom_css, theme=gr.themes.Default(primary_hue="sky")) as demo:
 
254
  box-shadow: none !important;
255
  border-color: #c2c2c2 !important; /* or use your preferred grey */
256
  }
257
+ .block-container {
258
+ width: 100% !important;
259
+ max-width: none !important;
260
+ }
261
  """
262
 
263
  with gr.Blocks(fill_width=True, css=custom_css, theme=gr.themes.Default(primary_hue="sky")) as demo: