YchKhan commited on
Commit
69d3bd4
1 Parent(s): 4425add

Update excel_chat.py

Browse files
Files changed (1) hide show
  1. excel_chat.py +1 -1
excel_chat.py CHANGED
@@ -71,7 +71,7 @@ def filter_df(df, column_name, keywords):
71
  filtered_df = df
72
  return filtered_df
73
 
74
- def chat_with_mistral(source_cols, dest_col, prompt, excel_file, url, search_col, keywords, client):#, user):
75
  #update_json(user, prompt, keywords)
76
  print(f'xlsxfile = {excel_file}')
77
  df = pd.read_excel(excel_file)
 
71
  filtered_df = df
72
  return filtered_df
73
 
74
+ def chat_with_mistral(source_cols, dest_col, prompt, excel_file, url, search_col, keywords, client, user):
75
  #update_json(user, prompt, keywords)
76
  print(f'xlsxfile = {excel_file}')
77
  df = pd.read_excel(excel_file)