Marxav commited on
Commit
f1d20ca
1 Parent(s): 02f3c80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,6 +7,6 @@ x += ':'
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)
 
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)