vancauwe's picture
feat: pages skeleton
828f42d
raw
history blame
279 Bytes
import streamlit as st
st.set_page_config(
page_title="Home",
page_icon="🐳",
)
st.write("# Welcome to Cetacean Research Data Infrastructure! πŸ¬ΛšΛ–π“’Φ΄ΰ»‹ πŸ‹βœ§Λš.⋆")
st.sidebar.success("Here are the pages.")
st.markdown(
"""
About: blablabla
"""
)