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