pere commited on
Commit
964f708
·
1 Parent(s): cdd1c12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -44,6 +44,7 @@ with col3:
44
 
45
  if option_changed:
46
  mytext = option
 
47
  elif uncase:
48
  mytext = mytext.lower()
49
  elif unpunct:
 
44
 
45
  if option_changed:
46
  mytext = option
47
+ st.write("here")
48
  elif uncase:
49
  mytext = mytext.lower()
50
  elif unpunct: