AIdeaText commited on
Commit
ba1db70
verified
1 Parent(s): aa399fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ def load_spacy_model():
45
  nlp = spacy.load("es_core_news_lg")
46
 
47
  st.markdown("### AIdeaText")
 
48
 
49
  # First horizontal band: Text Input
50
  sentence_input = st.text_area("Ingresa un texto para analizar (max 5,000 words):", height=150)
 
45
  nlp = spacy.load("es_core_news_lg")
46
 
47
  st.markdown("### AIdeaText")
48
+ st.markdown("##### An谩lisis morfol贸gico y sint谩ctico")
49
 
50
  # First horizontal band: Text Input
51
  sentence_input = st.text_area("Ingresa un texto para analizar (max 5,000 words):", height=150)