Spaces:
Sleeping
Sleeping
Update excel_chat.py
Browse files- excel_chat.py +1 -1
excel_chat.py
CHANGED
|
@@ -256,7 +256,7 @@ def chat_with_mistral(source_cols, dest_col, prompt, excel_file, url, search_col
|
|
| 256 |
with zipfile.ZipFile(zip_file_path, 'w') as zipf:
|
| 257 |
zipf.write(conf_file_path, os.path.basename(conf_file_path))
|
| 258 |
|
| 259 |
-
return file_name, df.head(5), new_prompts, new_keywords, new_user, zip_file_path
|
| 260 |
|
| 261 |
|
| 262 |
def get_columns(file,progress=gr.Progress()):
|
|
|
|
| 256 |
with zipfile.ZipFile(zip_file_path, 'w') as zipf:
|
| 257 |
zipf.write(conf_file_path, os.path.basename(conf_file_path))
|
| 258 |
|
| 259 |
+
return file_name, df.head(5), new_prompts, new_keywords, new_user, zip_file_path, checkpoints_files
|
| 260 |
|
| 261 |
|
| 262 |
def get_columns(file,progress=gr.Progress()):
|