bhardwaj08sarthak commited on
Commit
ff7999d
·
verified ·
1 Parent(s): 47c278a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from level_classifier_tool_2 import (
18
  HFEmbeddingBackend,
19
  build_phrase_index
20
  )
21
- from task_temp import TASK_TMPL, CLASSIFY_TMPL, GEN_TMPL, RAG_TMPL
22
  from all_tools import classify_and_score, QuestionRetrieverTool
23
  from phrases import BLOOMS_PHRASES, DOK_PHRASES
24
  # Prebuild embeddings once
 
18
  HFEmbeddingBackend,
19
  build_phrase_index
20
  )
21
+ from task_temp import rag_temp, rag_cls_temp, cls_temp, gen_temp
22
  from all_tools import classify_and_score, QuestionRetrieverTool
23
  from phrases import BLOOMS_PHRASES, DOK_PHRASES
24
  # Prebuild embeddings once