pere commited on
Commit
240e023
·
1 Parent(s): baca1b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ st.sidebar.write("You can use the examples above, but for best effect: Copy text
38
  button1 = st.button("button1", "button1")
39
  button2 = st.button("button2", "button2")
40
 
41
- st.button("submit", "submit")
42
 
43
  text = st.text_area(f"Corrupted text: ",key="ta" ,max_chars=1000, value= "No text")
44
 
 
38
  button1 = st.button("button1", "button1")
39
  button2 = st.button("button2", "button2")
40
 
41
+ submit = st.button("Run DeUnCaser")
42
 
43
  text = st.text_area(f"Corrupted text: ",key="ta" ,max_chars=1000, value= "No text")
44