Update modules/morphosyntax/morphosyntax_interface.py
Browse files
modules/morphosyntax/morphosyntax_interface.py
CHANGED
@@ -87,7 +87,7 @@ def display_morphosyntax_interface(lang_code, nlp_models, morpho_t):
|
|
87 |
if store_student_morphosyntax_result(
|
88 |
username=st.session_state.username,
|
89 |
text=current_input,
|
90 |
-
arc_diagrams=advanced_analysis['
|
91 |
):
|
92 |
st.success(morpho_t.get('success_message', 'Analysis saved successfully'))
|
93 |
else:
|
|
|
87 |
if store_student_morphosyntax_result(
|
88 |
username=st.session_state.username,
|
89 |
text=current_input,
|
90 |
+
arc_diagrams=advanced_analysis['arc_diagrams']
|
91 |
):
|
92 |
st.success(morpho_t.get('success_message', 'Analysis saved successfully'))
|
93 |
else:
|