Update app.py
Browse files
app.py
CHANGED
@@ -453,4 +453,4 @@ if openai_api_key:
|
|
453 |
# Button to navigate to the external voice chat link
|
454 |
if st.button("Go to English To Japanese Translator"):
|
455 |
st.write("Redirecting to the English To Japanese Translator...") # You can customize this message
|
456 |
-
st.markdown(f'<a href="https://shukdevdatta123-
|
|
|
453 |
# Button to navigate to the external voice chat link
|
454 |
if st.button("Go to English To Japanese Translator"):
|
455 |
st.write("Redirecting to the English To Japanese Translator...") # You can customize this message
|
456 |
+
st.markdown(f'<a href="https://shukdevdatta123-engtojap-2-0.hf.space" target="_blank">Go to English To Japanese Translator</a>', unsafe_allow_html=True)
|