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