test1 / app.py
roadlabs's picture
Create app.py
dedd681
raw
history blame
79 Bytes
import streamlit as st
st.title("aaa")
st.markdown("""
# aaa
* 1
* 2
* 3
""")