pere commited on
Commit
4b8a19d
1 Parent(s): 824eba1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ placeholder = st.empty()
48
  with col1:
49
  st.button('Remove punctation', on_click=uncase)
50
  with col2:
51
- st.button('Uncase', on_click=unpunct)
52
  with col3:
53
  st.button('Remove spaces', on_click=unspace)
54
 
 
48
  with col1:
49
  st.button('Remove punctation', on_click=uncase)
50
  with col2:
51
+ st.button('Uncase ', on_click=unpunct)
52
  with col3:
53
  st.button('Remove spaces', on_click=unspace)
54