notsakeeb commited on
Commit
c293424
·
verified ·
1 Parent(s): 58d8288

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 assignment_api import get_all_questions, get_one_random_question, submit
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 ---