joycecast commited on
Commit
6da30b4
·
verified ·
1 Parent(s): 5d138ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=700, precision=0)
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",