Update app.py
Browse files
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(" ", "")
|