Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,6 @@ x += ':'
|
|
7 |
|
8 |
if x:
|
9 |
out = pipe(x)
|
10 |
-
out = out.split(":", 1)[1]
|
11 |
-
|
12 |
st.write('The IPA pronunciation of', x, 'is', out)
|
|
|
7 |
|
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)
|