Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ inputs = [gr.Dataframe(
|
|
37 |
col_count=(len(headers), "fixed"),
|
38 |
label="Input Data",
|
39 |
interactive=True,
|
40 |
-
max_rows=100000
|
41 |
)]
|
42 |
|
43 |
outputs = [gr.Dataframe(
|
|
|
37 |
col_count=(len(headers), "fixed"),
|
38 |
label="Input Data",
|
39 |
interactive=True,
|
40 |
+
max_rows=100000
|
41 |
)]
|
42 |
|
43 |
outputs = [gr.Dataframe(
|