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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -411,15 +411,15 @@ interface = gr.Interface(
411
  # outputs=gr.File(label="Download Processed Excel File"), # File download output
412
  # outputs=gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
413
 
414
- # outputs=[
415
- # gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
416
- # gr.Textbox(label="Console Messages", lines=10, interactive=False) # Console messages output
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
 
424
 
425
  # title="Excel File Uploader",
 
411
  # outputs=gr.File(label="Download Processed Excel File"), # File download output
412
  # outputs=gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
413
 
 
 
 
 
 
414
  outputs=[
415
+ gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
416
+ gr.Textbox(label="Console Messages", lines=10, interactive=False) # Console messages output
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
 
424
 
425
  # title="Excel File Uploader",