osbm commited on
Commit
970ab8c
·
1 Parent(s): 7dee29c

add write line

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import streamlit as st
2
 
3
 
4
- st.title("Hello World")
 
 
 
1
  import streamlit as st
2
 
3
 
4
+ st.title("Hello World")
5
+
6
+ st.write("This is a simple example of Streamlit")