Spaces:
Sleeping
Sleeping
Update pages/excel_Files.py
Browse files- pages/excel_Files.py +14 -2
pages/excel_Files.py
CHANGED
@@ -77,5 +77,17 @@ st.markdown(
|
|
77 |
"</p>",
|
78 |
unsafe_allow_html=True
|
79 |
)
|
80 |
-
|
81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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(
|
85 |
+
"<p style='font-size: 16px; color: White; font-style: italic;'>"
|
86 |
+
"Click the link below to open the Jupyter Notebook for further exploration."
|
87 |
+
"</p>",
|
88 |
+
unsafe_allow_html=True
|
89 |
+
)
|
90 |
+
st.markdown(
|
91 |
+
"<a href=https://colab.research.google.com/drive/1ubmOssUfbrldtVODVsVHSyW7o8Nk7rP9?usp=sharing' target='_blank' style='font-size: 16px; color: #FFD700;'>Open Jupyter Notebook</a>",
|
92 |
+
unsafe_allow_html=True
|
93 |
+
)
|