ChristopherMarais commited on
Commit
0a270a5
·
verified ·
1 Parent(s): 44a21c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -184,6 +184,8 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="sky")) as demo:
184
  gr.HTML("""
185
  <style>
186
  .example-row {
 
 
187
  display: flex;
188
  flex-direction: row;
189
  flex-wrap: wrap; /* Will wrap to vertical if there's not enough space */
 
184
  gr.HTML("""
185
  <style>
186
  .example-row {
187
+ flex-grow: 1 !important;
188
+ width: 100% !important;
189
  display: flex;
190
  flex-direction: row;
191
  flex-wrap: wrap; /* Will wrap to vertical if there's not enough space */