pere commited on
Commit
0f465af
1 Parent(s): 48352fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200,key="textbox")
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