Spaces:
Running
Running
Update modules/semantic/semantic_process.py
Browse files
modules/semantic/semantic_process.py
CHANGED
|
@@ -40,7 +40,8 @@ def process_semantic_input(text, lang_code, nlp_models, t):
|
|
| 40 |
store_result = store_student_semantic_result(
|
| 41 |
st.session_state.username,
|
| 42 |
text,
|
| 43 |
-
analysis_result
|
|
|
|
| 44 |
)
|
| 45 |
if not store_result:
|
| 46 |
logger.warning("No se pudo guardar el análisis en la base de datos")
|
|
|
|
| 40 |
store_result = store_student_semantic_result(
|
| 41 |
st.session_state.username,
|
| 42 |
text,
|
| 43 |
+
analysis_result,
|
| 44 |
+
lang_code
|
| 45 |
)
|
| 46 |
if not store_result:
|
| 47 |
logger.warning("No se pudo guardar el análisis en la base de datos")
|