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