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

Update app.py

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