Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -412,15 +412,15 @@ interface = gr.Interface(
|
|
412 |
# outputs=gr.File(label="Download Processed Excel File"), # File download output
|
413 |
# outputs=gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
|
414 |
|
415 |
-
outputs=[
|
416 |
-
gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
|
417 |
-
gr.Textbox(label="Console Messages", lines=10, interactive=False) # Console messages output
|
418 |
-
],
|
419 |
-
# Use either below or above format
|
420 |
# outputs=[
|
421 |
-
# gr.
|
422 |
-
# gr.
|
423 |
# ],
|
|
|
|
|
|
|
|
|
|
|
424 |
|
425 |
|
426 |
# title="Excel File Uploader",
|
|
|
412 |
# outputs=gr.File(label="Download Processed Excel File"), # File download output
|
413 |
# outputs=gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
|
414 |
|
|
|
|
|
|
|
|
|
|
|
415 |
# outputs=[
|
416 |
+
# gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
|
417 |
+
# gr.Textbox(label="Console Messages", lines=10, interactive=False) # Console messages output
|
418 |
# ],
|
419 |
+
# Use either below or above format
|
420 |
+
outputs=[
|
421 |
+
gr.Textbox(label="Console Messages", lines=25, interactive=False), # Console messages output
|
422 |
+
gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination") # File download output
|
423 |
+
],
|
424 |
|
425 |
|
426 |
# title="Excel File Uploader",
|