Update app.py
Browse files
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
|
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 ")
|