pere commited on
Commit
3e520d7
·
1 Parent(s): dcd9ebc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ button1 = st.button("remove spaces", "button1")
38
  text = st.text_area(f"Corrupted text: ",max_chars=1000, value=option)
39
 
40
  button2 = st.button("remove spaces", "button2")
41
- button3 = st.button("remove spaces", key="button3", on_click=‘spaces)
42
 
43
  if button2:
44
  text = st.text_area(f"Corrupted text222: ",max_chars=1000, value= "velll ")
 
38
  text = st.text_area(f"Corrupted text: ",max_chars=1000, value=option)
39
 
40
  button2 = st.button("remove spaces", "button2")
41
+ button3 = st.button("remove spaces", key="button3", on_click="spaces")
42
 
43
  if button2:
44
  text = st.text_area(f"Corrupted text222: ",max_chars=1000, value= "velll ")