AIdeaText commited on
Commit
dff4c00
·
verified ·
1 Parent(s): facb04c

Update modules/semantic/semantic_process.py

Browse files
modules/semantic/semantic_process.py CHANGED
@@ -41,7 +41,7 @@ def process_semantic_input(text_content, lang_code, nlp_models, semantic_t):
41
  try:
42
  store_result = store_student_semantic_result(
43
  st.session_state.username,
44
- text,
45
  analysis_result
46
  )
47
  if not store_result:
 
41
  try:
42
  store_result = store_student_semantic_result(
43
  st.session_state.username,
44
+ text_content,
45
  analysis_result
46
  )
47
  if not store_result: