File size: 103 Bytes
a811816
 
 
 
 
 
1
2
3
4
5
6
7
import streamlit as st


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