bhardwaj08sarthak commited on
Commit
8a1dceb
·
verified ·
1 Parent(s): 9fe4b36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -17,6 +17,7 @@ from level_classifier_tool_2 import (
17
  HFEmbeddingBackend,
18
  build_phrase_index
19
  )
 
20
  from task_temp import TASK_TMPL, CLASSIFY_TMPL, GEN_TMPL, RAG_TMPL
21
  from all_tools import classify_and_score, QuestionRetrieverTool
22
  from phrases import BLOOMS_PHRASES, DOK_PHRASES
 
17
  HFEmbeddingBackend,
18
  build_phrase_index
19
  )
20
+ import os
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