Update app.py
Browse files
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)
|