Marxav commited on
Commit
3cbd634
·
1 Parent(s): 6330360

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ x = st.text_input('Write a French word:')
7
  if x:
8
  out = pipe(text)
9
  st.json(out)
10
- #st.write('The IPA pronunciation of', x, 'is', out)
 
7
  if x:
8
  out = pipe(text)
9
  st.json(out)
10
+ st.write('The IPA pronunciation of', x, 'is', out)