Update modules/ui.py
Browse files- modules/ui.py +1 -1
modules/ui.py
CHANGED
|
@@ -191,7 +191,7 @@ def display_student_progress(username, lang_code='es'):
|
|
| 191 |
st.info("Intenta realizar algunos an谩lisis de texto primero.")
|
| 192 |
|
| 193 |
##################################################################################################
|
| 194 |
-
def
|
| 195 |
translations = {
|
| 196 |
'es': {
|
| 197 |
'title': "AIdeaText - An谩lisis morfol贸gico y sint谩ctico",
|
|
|
|
| 191 |
st.info("Intenta realizar algunos an谩lisis de texto primero.")
|
| 192 |
|
| 193 |
##################################################################################################
|
| 194 |
+
def display_morphosyntax_analysis_interface(nlp_models, lang_code):
|
| 195 |
translations = {
|
| 196 |
'es': {
|
| 197 |
'title': "AIdeaText - An谩lisis morfol贸gico y sint谩ctico",
|