Update app.py
Browse files
app.py
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import streamlit as st
|
| 2 |
+
|
| 3 |
+
st.write("Hello,welcome to streamlit")
|
| 4 |
+
st.write("Hello,welcome to streamlit")
|
| 5 |
+
st.write("Hello,welcome to streamlit")
|
| 6 |
+
st.write("Hello,welcome to streamlit")
|
| 7 |
+
st.write("Hello,welcome to streamlit")
|