Spaces:
Running
Running
Sathwikchowdary
commited on
Update pages/excel_Files.py
Browse files- pages/excel_Files.py +5 -2
pages/excel_Files.py
CHANGED
@@ -77,8 +77,10 @@ st.markdown(
|
|
77 |
"</p>",
|
78 |
unsafe_allow_html=True
|
79 |
)
|
|
|
|
|
80 |
st.markdown(
|
81 |
-
"<h3 style='text-align: left; color: Black;'>📈Jupyter Notebook</h3>",
|
82 |
unsafe_allow_html=True
|
83 |
)
|
84 |
st.markdown(
|
@@ -87,7 +89,8 @@ st.markdown(
|
|
87 |
"</p>",
|
88 |
unsafe_allow_html=True
|
89 |
)
|
|
|
90 |
st.markdown(
|
91 |
-
"<a href=https://colab.research.google.com/drive/1ubmOssUfbrldtVODVsVHSyW7o8Nk7rP9?usp=sharing
|
92 |
unsafe_allow_html=True
|
93 |
)
|
|
|
77 |
"</p>",
|
78 |
unsafe_allow_html=True
|
79 |
)
|
80 |
+
|
81 |
+
# Add Jupyter Notebook link at the end
|
82 |
st.markdown(
|
83 |
+
"<h3 style='text-align: left; color: Black;'>📈Learn More in the Jupyter Notebook</h3>",
|
84 |
unsafe_allow_html=True
|
85 |
)
|
86 |
st.markdown(
|
|
|
89 |
"</p>",
|
90 |
unsafe_allow_html=True
|
91 |
)
|
92 |
+
# Insert your Jupyter Notebook URL here
|
93 |
st.markdown(
|
94 |
+
"<a href='https://colab.research.google.com/drive/1ubmOssUfbrldtVODVsVHSyW7o8Nk7rP9?usp=sharing' target='_blank' style='font-size: 16px; color: white;'>Open Jupyter Notebook</a>",
|
95 |
unsafe_allow_html=True
|
96 |
)
|