SantanuBanerjee commited on
Commit
abe9790
·
verified ·
1 Parent(s): 61b7e96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -413,15 +413,15 @@ interface = gr.Interface(
413
  examples=example_files, # Add the example files
414
 
415
 
416
- # outputs=[
417
- # gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
418
- # gr.Textbox(label="Console Messages", lines=10, interactive=False) # Console messages output
419
- # ],
420
- ##### Use either below or above format
421
  outputs=[
422
- gr.Textbox(label="Console Messages", lines=25, interactive=False), # Console messages output
423
- gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination") # File download output
424
  ],
 
 
 
 
 
425
 
426
 
427
  # title="Excel File Uploader",
 
413
  examples=example_files, # Add the example files
414
 
415
 
 
 
 
 
 
416
  outputs=[
417
+ gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination"), # File download output
418
+ gr.Textbox(label="Console Messages", lines=10, interactive=False) # Console messages output
419
  ],
420
+ ##### Use either below or above format
421
+ # outputs=[
422
+ # gr.Textbox(label="Console Messages", lines=25, interactive=False), # Console messages output
423
+ # gr.File(label="Download the processed Excel File containing the ** Project Proposals ** for each Location~Problem paired combination") # File download output
424
+ # ],
425
 
426
 
427
  # title="Excel File Uploader",