Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.title("
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
st.title("Google Colab Notebook")
|
4 |
|
5 |
+
st.markdown(
|
6 |
+
"""
|
7 |
+
[Click here to open the Google Colab notebook](https://colab.research.google.com/drive/12uTvmPkhzDQS6ajg7JfVepJab5Aamr70)
|
8 |
+
""",
|
9 |
+
unsafe_allow_html=True
|
10 |
+
)
|