import streamlit as st st.set_page_config( page_title="Summarization Projects Demo", page_icon=":rocket:", ) st.write("## Summarization Projects Demo :rocket:") st.markdown( """ This application is for **internal use** and is designed to facilitate **fast prototyping** and **experimentation.** 👈 Select a demo from the sidebar to begin experimentation. """ ) st.sidebar.success("Select a demo above.")