rdlf commited on
Commit
0efec60
·
verified ·
1 Parent(s): d6e21ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ st.write("# Inicio")
50
  user_input = st.text_input('Pega tu texto:', '', key="user_input")
51
 
52
  # Create a button to submit the input
53
- if st.button("Submit"):
54
  processed_output = process_text(user_input)
55
  st.write('Texto procesado:', processed_output)
56
  clear_input() # Clear the input field after processing
 
50
  user_input = st.text_input('Pega tu texto:', '', key="user_input")
51
 
52
  # Create a button to submit the input
53
+ if st.button("Enviar"):
54
  processed_output = process_text(user_input)
55
  st.write('Texto procesado:', processed_output)
56
  clear_input() # Clear the input field after processing