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