SantanuBanerjee commited on
Commit
66dbcdf
·
verified ·
1 Parent(s): f2714cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -364,9 +364,9 @@ def process_excel(file):
364
  # Read the Excel file
365
  df = pd.read_excel(file_path)
366
 
367
- # Process the DataFrame
368
- console_messages.append("Processing the DataFrame...")
369
- result_df, console_messages = nlp_pipeline(df, console_messages)
370
 
371
  # output_file = "Output_ProjectProposals.xlsx"
372
  output_file = "Output_Proposals.xlsx"
 
364
  # Read the Excel file
365
  df = pd.read_excel(file_path)
366
 
367
+ # # Process the DataFrame
368
+ # console_messages.append("Processing the DataFrame...")
369
+ # result_df, console_messages = nlp_pipeline(df, console_messages)
370
 
371
  # output_file = "Output_ProjectProposals.xlsx"
372
  output_file = "Output_Proposals.xlsx"