Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ st.button('Uncase', on_click=uncase)
|
|
46 |
st.button('Remove punctation', on_click=unpunct)
|
47 |
st.button('Remove spaces', on_click=unspace)
|
48 |
|
49 |
-
text = st.text_area(f"",max_chars=1000,height=
|
50 |
|
51 |
run = st.button('Run DeUnCaser')
|
52 |
|
|
|
46 |
st.button('Remove punctation', on_click=unpunct)
|
47 |
st.button('Remove spaces', on_click=unspace)
|
48 |
|
49 |
+
text = st.text_area(f"",max_chars=1000,height=120,key="textbox")
|
50 |
|
51 |
run = st.button('Run DeUnCaser')
|
52 |
|