Update app.py
Browse files
app.py
CHANGED
@@ -487,4 +487,4 @@ if openai_api_key:
|
|
487 |
# Button to navigate to the external voice chat link
|
488 |
if st.button("Go to Graph Tutorial"):
|
489 |
st.write("Redirecting to Graph Tutorial...") # You can customize this message
|
490 |
-
st.markdown(f'<a href="https://shukdevdatta123-networkx-tutorial.hf.space" target="_blank">Go to
|
|
|
487 |
# Button to navigate to the external voice chat link
|
488 |
if st.button("Go to Graph Tutorial"):
|
489 |
st.write("Redirecting to Graph Tutorial...") # You can customize this message
|
490 |
+
st.markdown(f'<a href="https://shukdevdatta123-networkx-tutorial.hf.space" target="_blank">Go to Graph Tutorial</a>', unsafe_allow_html=True)
|