Update app.py
Browse files
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 |
-
|
|
|
7 |
if x:
|
8 |
out = pipe(text)
|
9 |
st.json(out)
|
10 |
+
st.write('The IPA pronunciation of', x, 'is', out)
|