Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -357,7 +357,7 @@ ui = gr.Interface(
|
|
357 |
fn=process_files,
|
358 |
inputs=[
|
359 |
gr.File(label="Upload NetCom schedule (.csv/.xlsx/.xls)", file_types=[".csv", ".xlsx", ".xls"]),
|
360 |
-
gr.File(label="Previous WooCommerce CSV (optional)", file_types=[".csv"]
|
361 |
],
|
362 |
outputs=gr.File(label="Download WooCommerce CSV"),
|
363 |
title="NetCom → WooCommerce CSV Processor (Try 2)",
|
|
|
357 |
fn=process_files,
|
358 |
inputs=[
|
359 |
gr.File(label="Upload NetCom schedule (.csv/.xlsx/.xls)", file_types=[".csv", ".xlsx", ".xls"]),
|
360 |
+
gr.File(label="Previous WooCommerce CSV (optional)", file_types=[".csv"]),
|
361 |
],
|
362 |
outputs=gr.File(label="Download WooCommerce CSV"),
|
363 |
title="NetCom → WooCommerce CSV Processor (Try 2)",
|