Sathwikchowdary commited on
Commit
7915446
·
verified ·
1 Parent(s): 4688a58

Update pages/info_of_CSV.py

Browse files
Files changed (1) hide show
  1. pages/info_of_CSV.py +6 -0
pages/info_of_CSV.py CHANGED
@@ -113,6 +113,12 @@ st.markdown(
113
  "</p>",
114
  unsafe_allow_html=True
115
  )
 
 
 
 
 
 
116
 
117
 
118
 
 
113
  "</p>",
114
  unsafe_allow_html=True
115
  )
116
+ # Insert your Jupyter Notebook URL here
117
+ st.markdown(
118
+ "<a href=http://localhost:8888/notebooks/CSV.ipynb' target='_blank' style='font-size: 16px; color: white;'>Open Jupyter Notebook</a>",
119
+ unsafe_allow_html=True
120
+ )
121
+
122
 
123
 
124