home / app.py
onfarmview
first time
9209524
raw
history blame
1.08 kB
import streamlit as st
import leafmap.foliumap as leafmap
st.set_page_config(layout="wide")
st.sidebar.info(
"""
Web App URL: <https://onfarmview.com/>
"""
)
st.sidebar.title("Contact")
st.sidebar.markdown('<a href="mailto:[email protected]">Contact us !</a>', unsafe_allow_html=True)
st.title("On Farm View")
# st.info("Click on the left sidebar menu to navigate to the different apps.")
# st.subheader("Timelapse of Satellite Imagery")
# st.markdown(
# """
# The following timelapse animations were created using the Timelapse web app. Click `Timelapse` on the left sidebar menu to create your own timelapse for any location around the globe.
# """
# )
# row1_col1, row1_col2 = st.columns(2)
# with row1_col1:
# st.image("https://github.com/giswqs/data/raw/main/timelapse/spain.gif")
# st.image("https://github.com/giswqs/data/raw/main/timelapse/las_vegas.gif")
# with row1_col2:
# st.image("https://github.com/giswqs/data/raw/main/timelapse/goes.gif")
# st.image("https://github.com/giswqs/data/raw/main/timelapse/fire.gif")