rdlf commited on
Commit
12bce35
·
verified ·
1 Parent(s): e64be28

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ if "user_input" not in st.session_state:
42
  user_input = st.text_input('Pega tu texto:', st.session_state["user_input"])
43
 
44
  # Create a button to submit the input
45
- if st.button("Submit"):
46
  processed_output = process_text(user_input)
47
  st.write('Texto procesado:', processed_output)
48
  st.session_state["user_input"] = "" # Clear the input field after processing
 
42
  user_input = st.text_input('Pega tu texto:', st.session_state["user_input"])
43
 
44
  # Create a button to submit the input
45
+ if st.button("Enviar"):
46
  processed_output = process_text(user_input)
47
  st.write('Texto procesado:', processed_output)
48
  st.session_state["user_input"] = "" # Clear the input field after processing