Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -182,7 +182,7 @@ iface = gr.Interface(
|
|
| 182 |
gr.File(label="Upload 'By Line Item' File (.xlsx)", type="filepath"),
|
| 183 |
gr.File(label="Upload 'Combined' File (.xlsx)", type="filepath"),
|
| 184 |
gr.Textbox(label="Password for 'By Line Item' File", type="password"),
|
| 185 |
-
gr.Number(label="Max Rows per Output File", value=
|
| 186 |
],
|
| 187 |
outputs=gr.File(label="Download Zipped Excel Output", file_types=[".zip"]),
|
| 188 |
title="SHEIN CI to Magaya Format Conversion Tool",
|
|
|
|
| 182 |
gr.File(label="Upload 'By Line Item' File (.xlsx)", type="filepath"),
|
| 183 |
gr.File(label="Upload 'Combined' File (.xlsx)", type="filepath"),
|
| 184 |
gr.Textbox(label="Password for 'By Line Item' File", type="password"),
|
| 185 |
+
gr.Number(label="Max Rows per Output File", value=998, precision=0)
|
| 186 |
],
|
| 187 |
outputs=gr.File(label="Download Zipped Excel Output", file_types=[".zip"]),
|
| 188 |
title="SHEIN CI to Magaya Format Conversion Tool",
|