Update app.py
Browse files
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:
|