File size: 347 Bytes
a6dc334
 
 
 
 
 
 
1
2
3
4
5
6
7
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)