pere commited on
Commit
1e3ffae
1 Parent(s): aba57bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ with col3:
53
  st.button('Remove Spaces', on_click=unspace)
54
 
55
  with placeholder:
56
- text = st.text_area(f"",max_chars=1000,height=140,key="textbox")
57
 
58
  run = st.button('Run DeUnCaser')
59
 
 
53
  st.button('Remove Spaces', on_click=unspace)
54
 
55
  with placeholder:
56
+ text = st.text_area(f"Input text",max_chars=1000,height=140,key="textbox")
57
 
58
  run = st.button('Run DeUnCaser')
59