Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,8 @@ with col2:
|
|
39 |
with col3:
|
40 |
unspace=st.button('Remove Spaces')
|
41 |
|
|
|
|
|
42 |
if uncase:
|
43 |
mytext = mytext.lower()
|
44 |
elif unpunct:
|
|
|
39 |
with col3:
|
40 |
unspace=st.button('Remove Spaces')
|
41 |
|
42 |
+
mytext= 'Dette er kun en test, men er allikevel ganske viktig.'
|
43 |
+
|
44 |
if uncase:
|
45 |
mytext = mytext.lower()
|
46 |
elif unpunct:
|