jordancaraballo's picture
Migration from solara to streamlit
7bed927
raw
history blame
596 Bytes
import streamlit as st
st.set_page_config(
page_title="Home",
page_icon="πŸ‘‹",
)
st.write("# Alaskan Tundra Fire Occurrence")
st.sidebar.success("Select a page above.")
st.markdown(
"""
This space was created to test several operational products
developed for Alaskan tundra fire occurrence modeling efforts.
Select a page from the sidebar to test some of the example
workflows developed as part of this research.
## Objectives
TBD
## Want to learn more?
- Feel free to contact us for additional details, [email protected]
"""
)