pere commited on
Commit
fd2a20a
1 Parent(s): 0ca4cb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -43,9 +43,6 @@ st.sidebar.write("You can use the examples above, but for best effect: Copy text
43
  #with col3:
44
  # st.button('Remove Spaces')
45
 
46
- option = st_btn_select.st_btn_select(('option1', 'option2', 'option3', 'option4'), index=2)
47
- st.write(f'Selected option: {option}')
48
-
49
  text = st.text_area(f"Corrupted text: ",key="ta" ,max_chars=1000, value= "No text in here…")
50
 
51
  run = st.button("Run DeUnCaser")
 
43
  #with col3:
44
  # st.button('Remove Spaces')
45
 
 
 
 
46
  text = st.text_area(f"Corrupted text: ",key="ta" ,max_chars=1000, value= "No text in here…")
47
 
48
  run = st.button("Run DeUnCaser")