Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
35 |
-
|
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:
|