Marxav commited on
Commit
3194d5e
1 Parent(s): 7428aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,4 +11,5 @@ if x:
11
  word = word_ipa.split(":")[0]
12
  ipa = word_ipa.split(":")[1]
13
  #st.json(out)
14
- st.write('The phonemized and syllabized pronunciation of "', word, '" is \\', ipa, '\\')
 
 
11
  word = word_ipa.split(":")[0]
12
  ipa = word_ipa.split(":")[1]
13
  #st.json(out)
14
+ txt = 'The phonemized and syllabized pronunciation of "'+word+'" is \\'+ipa+'\\'
15
+ st.write(txt)