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