SantanuBanerjee commited on
Commit
6768778
·
verified ·
1 Parent(s): 960359c

Update app.py

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