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