Marxav commited on
Commit
0df0413
1 Parent(s): f1d20ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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)