File size: 243 Bytes
8cb846c
 
38d53f0
8cb846c
38d53f0
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
import streamlit as st

st.title("Google Colab Notebook")

st.markdown(
    """
    [Click here to open the Google Colab notebook](https://colab.research.google.com/drive/12uTvmPkhzDQS6ajg7JfVepJab5Aamr70)
    """,
    unsafe_allow_html=True
)