None1145 commited on
Commit
71ff049
·
verified ·
1 Parent(s): 05121a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def compare_csv_files(max_num):
42
 
43
  return overall_summary + result.to_html(index=False)
44
 
45
- max_num = gr.number(Number=10)
46
  gr.Interface(
47
  fn=compare_csv_files,
48
  inputs=[max_num],
 
42
 
43
  return overall_summary + result.to_html(index=False)
44
 
45
+ max_num = gr.Number(value=10)
46
  gr.Interface(
47
  fn=compare_csv_files,
48
  inputs=[max_num],