import streamlit as st st.set_page_config( page_title="Protected Area Database Chat tool", page_icon="🦜", ) st.sidebar.success("Select a demo above.") st.markdown(''' The Protected Areas Database of the United States (PAD-US) is the official national inventory of America’s parks and other protected lands, and is published by the USGS Gap Analysis Project, [https://doi.org/10.5066/P9Q9LQ4B.](https://doi.org/10.5066/P9Q9LQ4B). These interactive tools allows users to explore the dataset, as well as a range of biodiversity and climate indicators associated with each protected area. Select a tool from the menu on the left. See our [Protected Areas Explorer](https://huggingface.co/spaces/boettiger-lab/pad-us) for a companion non-chat-based tool. ''')