tombetthauser commited on
Commit
1fff8c2
Β·
1 Parent(s): 4f8e7f5

Lock dropdown width to 500

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -96,6 +96,7 @@ with gradio.Blocks(css="""
96
  border-radius: 0;
97
  }
98
  .gr-padded {
 
99
  padding: 0 0;
100
  margin-bottom: 12.5px;
101
  }
 
96
  border-radius: 0;
97
  }
98
  .gr-padded {
99
+ width: 500px;
100
  padding: 0 0;
101
  margin-bottom: 12.5px;
102
  }