pere commited on
Commit
3279077
·
1 Parent(s): 2c2d4de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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: