Spaces:
Running
Running
Update app.py
Browse files
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.
|
| 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],
|