Update app.py
Browse files
app.py
CHANGED
@@ -8,5 +8,5 @@ x += ':'
|
|
8 |
if x:
|
9 |
out = pipe(x)
|
10 |
#out = out.split(":", 1)[1]
|
11 |
-
st.json(out)
|
12 |
-
st.write('The IPA pronunciation of', x, 'is', out)
|
|
|
8 |
if x:
|
9 |
out = pipe(x)
|
10 |
#out = out.split(":", 1)[1]
|
11 |
+
#st.json(out)
|
12 |
+
st.write('The IPA pronunciation of', x, 'is:', out)
|