pere commited on
Commit
429ddf7
·
1 Parent(s): ba5f122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -52,6 +52,8 @@ if unpunct:
52
  trans_table = text.maketrans("", "", trans_chars)
53
  mytext = text.translate(trans_table)
54
  st.write("was here")
 
 
55
 
56
  #if unspace:
57
  # mytext = text.replace(" ", "")
 
52
  trans_table = text.maketrans("", "", trans_chars)
53
  mytext = text.translate(trans_table)
54
  st.write("was here")
55
+ else:
56
+ mytext = text
57
 
58
  #if unspace:
59
  # mytext = text.replace(" ", "")