FariaNoumi09 commited on
Commit
c162063
·
verified ·
1 Parent(s): 9e3ce60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,3 +1,4 @@
1
  import streamlit as st
2
- st.write("LEVEL1 TITLE: APP")
3
- st.write ("This is my first app")
 
 
1
  import streamlit as st
2
+
3
+ st.title('LEVEL1 TITLE: APP')
4
+ st.write('This is my first app!')