Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -411,14 +411,12 @@ interface = gr.Interface(
|
|
411 |
|
412 |
examples=example_files, # Add the example files
|
413 |
|
414 |
-
# outputs=gr.File(label="Download Processed Excel File"), # File download output
|
415 |
-
# outputs=gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
|
416 |
|
417 |
# outputs=[
|
418 |
# gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
|
419 |
# gr.Textbox(label="Console Messages", lines=10, interactive=False) # Console messages output
|
420 |
# ],
|
421 |
-
|
422 |
outputs=[
|
423 |
gr.Textbox(label="Console Messages", lines=25, interactive=False), # Console messages output
|
424 |
gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination") # File download output
|
|
|
411 |
|
412 |
examples=example_files, # Add the example files
|
413 |
|
|
|
|
|
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
|