Cyclonet / apps /dataset.py
Sj8287's picture
Duplicate from Sj8287/Cyclonet
a6dc334
raw
history blame
347 Bytes
import streamlit as st
def app():
st.title("Dataset")
st.markdown('''<p style="font-family:sans-serif; color:white; font-size: 20px;"><br>The link of the dataset is given below πŸ‘‡ <br/>
<a href="https://www.kaggle.com/datasets/sshubam/insat3d-infrared-raw-cyclone-images-20132021">Curated Dataset link</a></p>''',unsafe_allow_html=True)