AIdeaText commited on
Commit
be2df01
1 Parent(s): a58fbcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def load_spacy_model():
44
  # Load spaCy model
45
  nlp = spacy.load("es_core_news_lg")
46
 
47
- st.markdown("### AIdeaText - Advanced Text Analysis Tool")
48
 
49
  # First horizontal band: Text Input
50
  sentence_input = st.text_area("Ingresa un texto para analizar (max 5,000 words):", height=150)
 
44
  # 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)