Update modules/ui/ui.py
Browse files- modules/ui/ui.py +1 -1
modules/ui/ui.py
CHANGED
@@ -591,7 +591,7 @@ def display_morphosyntax_analysis_interface(nlp_models, lang_code):
|
|
591 |
|
592 |
# Mostrar el dataframe
|
593 |
# st.dataframe(morph_df)
|
594 |
-
st.dataframe(morph_df[columns_to_display]
|
595 |
|
596 |
# Mostrar diagramas de arco (c贸digo existente)
|
597 |
with st.expander(t['arc_diagram'], expanded=True):
|
|
|
591 |
|
592 |
# Mostrar el dataframe
|
593 |
# st.dataframe(morph_df)
|
594 |
+
st.dataframe(morph_df[columns_to_display])
|
595 |
|
596 |
# Mostrar diagramas de arco (c贸digo existente)
|
597 |
with st.expander(t['arc_diagram'], expanded=True):
|