tonne commited on
Commit
4d03a93
1 Parent(s): 4ac93ee

Change width to 80

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ def generate_profile(files_path):
19
  return profile_html
20
 
21
 
22
- inputs = gr.Files(file_types=["csv", "pq", "json"], show_label=True)
 
23
 
24
  iface = gr.Interface(fn=generate_profile,
25
  inputs=inputs,
 
19
  return profile_html
20
 
21
 
22
+ inputs = gr.Files(file_types=["csv", "pq", "json"],
23
+ show_label=True, min_width=80)
24
 
25
  iface = gr.Interface(fn=generate_profile,
26
  inputs=inputs,