halejosm commited on
Commit
c4b2c28
1 Parent(s): 45c0de0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ etiquetas = st.text_area(
29
 
30
  # Botón para clasificar
31
  if st.button("Clasificar"):
32
- if oracion and etiquetas:
33
  # Procesar las categorías ingresadas por el usuario
34
  labels = [label.strip() for label in etiquetas.split(",")]
35
 
 
29
 
30
  # Botón para clasificar
31
  if st.button("Clasificar"):
32
+ if nombre and etiquetas:
33
  # Procesar las categorías ingresadas por el usuario
34
  labels = [label.strip() for label in etiquetas.split(",")]
35