AIdeaText commited on
Commit
508a5bc
·
verified ·
1 Parent(s): ff4a29f

Update modules/semantic/semantic_live_interface.py

Browse files
modules/semantic/semantic_live_interface.py CHANGED
@@ -15,7 +15,7 @@ from .semantic_process import (
15
  )
16
 
17
  from ..utils.widget_utils import generate_unique_key
18
- from ..database.semantic_mongo_live_db import store_student_semantic_live_result
19
  from ..database.chat_mongo_db import store_chat_history, get_chat_history
20
 
21
  def display_semantic_live_interface(lang_code, nlp_models, semantic_t):
 
15
  )
16
 
17
  from ..utils.widget_utils import generate_unique_key
18
+ from ..database.semantic_mongo_db import store_student_semantic_result
19
  from ..database.chat_mongo_db import store_chat_history, get_chat_history
20
 
21
  def display_semantic_live_interface(lang_code, nlp_models, semantic_t):