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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ if x:
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)
 
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)