Sathwikchowdary commited on
Commit
1899590
1 Parent(s): bde2329

Update pages/info_of_CSV.py

Browse files
Files changed (1) hide show
  1. pages/info_of_CSV.py +3 -3
pages/info_of_CSV.py CHANGED
@@ -54,9 +54,9 @@ st.markdown(
54
  unsafe_allow_html=True
55
  )
56
 
57
- # Adding the Jupyter Notebook link
58
- jupyter_link = "http://localhost:8888/notebooks/CSV.ipynb"
59
  st.markdown(
60
- f"<a href='{jupyter_link}' target='_blank' style='font-size: 16px;'>Open Jupyter Notebook</a>",
61
  unsafe_allow_html=True
62
  )
 
54
  unsafe_allow_html=True
55
  )
56
 
57
+ # Adding the Jupyter Notebook links
58
+ colab_link = "https://colab.research.google.com/drive/1Q8YudbojYI_m1ObYII4UYh9MGLyS42QT?usp=sharing"
59
  st.markdown(
60
+ f"<a href='{colab_link}' target='_blank' style='font-size: 16px;'>Open Colab Notebook</a>",
61
  unsafe_allow_html=True
62
  )