Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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
|