Spaces:
Sleeping
Sleeping
Update excel_chat.py
Browse files- excel_chat.py +0 -2
excel_chat.py
CHANGED
@@ -247,8 +247,6 @@ def chat_with_mistral(source_cols, dest_col, prompt, excel_file, url, search_col
|
|
247 |
|
248 |
df.to_excel(file_name, index=False)
|
249 |
|
250 |
-
print(checkpoints_files)
|
251 |
-
|
252 |
zip_file_path = 'config_file.zip'
|
253 |
|
254 |
with zipfile.ZipFile(zip_file_path, 'w') as zipf:
|
|
|
247 |
|
248 |
df.to_excel(file_name, index=False)
|
249 |
|
|
|
|
|
250 |
zip_file_path = 'config_file.zip'
|
251 |
|
252 |
with zipfile.ZipFile(zip_file_path, 'w') as zipf:
|