Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def generate_audio_from_text(text):
|
|
78 |
|
79 |
# Streamlit UI
|
80 |
st.title("English to Japanese Translator with Pronunciation")
|
81 |
-
st.markdown("Translate English text into Japanese and get its pronunciation (Romaji)
|
82 |
|
83 |
translateimg = Image.open("Untitled.png") # Ensure the file is in the correct directory
|
84 |
st.image(translateimg, use_container_width=True) # Adjust the size as per preference
|
|
|
78 |
|
79 |
# Streamlit UI
|
80 |
st.title("English to Japanese Translator with Pronunciation")
|
81 |
+
st.markdown("Translate English text into Japanese and get its pronunciation (Romaji).")
|
82 |
|
83 |
translateimg = Image.open("Untitled.png") # Ensure the file is in the correct directory
|
84 |
st.image(translateimg, use_container_width=True) # Adjust the size as per preference
|