Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -418,7 +418,7 @@ interface = gr.Interface(
|
|
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 |
-
Use either below or above format
|
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
|
|
|
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 |
+
# Use either below or above format
|
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
|