Spaces:
Sleeping
Sleeping
Update excel_chat.py
Browse files- 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):
|