Update app.py
Browse files
app.py
CHANGED
@@ -436,4 +436,4 @@ if openai_api_key:
|
|
436 |
# Button to navigate to the alternative app (alternative)
|
437 |
if st.button("Go to Image Chat (Alternative App)"):
|
438 |
st.write("Redirecting to the alternative image chat...") # You can customize this message
|
439 |
-
st.markdown(f'<a href="https://
|
|
|
436 |
# Button to navigate to the alternative app (alternative)
|
437 |
if st.button("Go to Image Chat (Alternative App)"):
|
438 |
st.write("Redirecting to the alternative image chat...") # You can customize this message
|
439 |
+
st.markdown(f'<a href="https://imagechat.onrender.com/" target="_blank">Go to Image Chat (Alternative App)</a>', unsafe_allow_html=True)
|