YchKhan commited on
Commit
c38ec33
1 Parent(s): 4645ce6

Update excel_chat.py

Browse files
Files changed (1) hide show
  1. excel_chat.py +1 -1
excel_chat.py CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
6
  import numpy as np
7
  from groq import Groq
8
  import anthropic
9
- from users_management import update_json
10
 
11
 
12
  def ask_llm(query, input, client_index):
 
6
  import numpy as np
7
  from groq import Groq
8
  import anthropic
9
+ from users_management import update_json, users
10
 
11
 
12
  def ask_llm(query, input, client_index):