Spaces:
Running
Running
File size: 279 Bytes
fc4a65c 8c4b1f7 828f42d fc4a65c 828f42d fc4a65c 828f42d f1504f4 828f42d 459af61 828f42d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
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
"""
) |