abidlabs HF Staff commited on
Commit
e87a647
·
1 Parent(s): 174c369

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,5 +12,5 @@ def print_flagged_dir_and_csv(x):
12
  dirtree += '{}{}\n'.format(subindent, f)
13
  return dirtree, "flagged/log.csv"
14
 
15
- gr.Interface(print_flagged_dir_and_csv, "textbox", ["textbox", "file"]).launch()
16
 
 
12
  dirtree += '{}{}\n'.format(subindent, f)
13
  return dirtree, "flagged/log.csv"
14
 
15
+ gr.Interface(print_flagged_dir_and_csv, "textbox", ["textbox", "file"]).launch()
16