Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -417,7 +417,7 @@ interface = gr.Interface(
|
|
417 |
# ],
|
418 |
# Use either below or above format
|
419 |
outputs=[
|
420 |
-
gr.Textbox(label="Console Messages", lines=
|
421 |
gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination") # File download output
|
422 |
],
|
423 |
|
|
|
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 |
|