shukdevdatta123 commited on
Commit
741d042
·
verified ·
1 Parent(s): e369571

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://alternativeimagechat.streamlit.app/" target="_blank">Go to Image Chat (Alternative App)</a>', unsafe_allow_html=True)
 
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)