Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from langchain_google_genai import ChatGoogleGenerativeAI
|
|
11 |
from ToolSet import toolset
|
12 |
from utils.final_answer import extract_final_answer
|
13 |
from utils.handle_file import handle_attachment
|
14 |
-
from
|
15 |
|
16 |
# (Keep Constants as is)
|
17 |
# --- Constants ---
|
|
|
11 |
from ToolSet import toolset
|
12 |
from utils.final_answer import extract_final_answer
|
13 |
from utils.handle_file import handle_attachment
|
14 |
+
from fetch_question import get_all_questions, get_one_random_question, submit
|
15 |
|
16 |
# (Keep Constants as is)
|
17 |
# --- Constants ---
|