Spaces:
Sleeping
Sleeping
Update modules/semantic/semantic_process.py
Browse files
modules/semantic/semantic_process.py
CHANGED
@@ -45,7 +45,7 @@ def process_semantic_input(text_content, lang_code, nlp_models, semantic_t):
|
|
45 |
try:
|
46 |
store_result = store_student_semantic_result(
|
47 |
st.session_state.username,
|
48 |
-
|
49 |
analysis_result
|
50 |
)
|
51 |
if not store_result:
|
|
|
45 |
try:
|
46 |
store_result = store_student_semantic_result(
|
47 |
st.session_state.username,
|
48 |
+
text,
|
49 |
analysis_result
|
50 |
)
|
51 |
if not store_result:
|