halejosm commited on
Commit
02b6ab1
1 Parent(s): c73ec2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ etiquetas = st.text_area(
31
  if st.button("Clasificar"):
32
  # Show a spinner during a process
33
  with st.spinner(text="In progress"):
34
- time.sleep(3)
35
- st.success("Done")
36
 
37
 
38
  if nombre and etiquetas:
 
31
  if st.button("Clasificar"):
32
  # Show a spinner during a process
33
  with st.spinner(text="In progress"):
34
+ time.sleep(3)
35
+ st.success("Done")
36
 
37
 
38
  if nombre and etiquetas: