Spaces:
Running
Running
Sathwikchowdary
commited on
Commit
•
828ea98
1
Parent(s):
60c23c2
Update pages/Info_of_Json.py
Browse files- pages/Info_of_Json.py +7 -0
pages/Info_of_Json.py
CHANGED
@@ -88,3 +88,10 @@ st.markdown(
|
|
88 |
unsafe_allow_html=True
|
89 |
)
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
unsafe_allow_html=True
|
89 |
)
|
90 |
|
91 |
+
# Add the link
|
92 |
+
st.markdown(
|
93 |
+
"<p style='font-size: 16px; color: White; font-style: italic;'>"
|
94 |
+
"For more details, visit the <a href='https://colab.research.google.com/drive/12b5R78s99bZ01JUCdN8bweenVY-at0Ku?usp=sharing' target='_blank' style='color: #FFD700;'>Google Colab Notebook</a>."
|
95 |
+
"</p>",
|
96 |
+
unsafe_allow_html=True
|
97 |
+
)
|