import streamlit as st def app(*args): with open("intro.md") as f: st.markdown(f.read())