SantanuBanerjee commited on
Commit
59200e3
·
verified ·
1 Parent(s): b446f1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=3, 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
 
 
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