shukdevdatta123 commited on
Commit
ae2b29c
·
verified ·
1 Parent(s): fadaf9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) using OpenAI's API.")
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