SantanuBanerjee commited on
Commit
f7bb109
·
verified ·
1 Parent(s): 8695021

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def process_excel(file):
55
  # Process the DataFrame
56
  result_df = nlp_pipeline(df)
57
 
58
- output_file = "OutPut_file.xlsx"
59
  result_df.to_excel(output_file, index=False)
60
 
61
  return output_file # Return the processed DataFrame as Excel file
 
55
  # Process the DataFrame
56
  result_df = nlp_pipeline(df)
57
 
58
+ output_file = "Output_ProjectProposals.xlsx"
59
  result_df.to_excel(output_file, index=False)
60
 
61
  return output_file # Return the processed DataFrame as Excel file