roadlabs commited on
Commit
dedd681
·
1 Parent(s): 61a52ba

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.title("aaa")
4
+ st.markdown("""
5
+ # aaa
6
+
7
+ * 1
8
+ * 2
9
+ * 3
10
+ """)