jfataphd commited on
Commit
13c8519
·
1 Parent(s): 2166834

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ st.markdown(
24
  unsafe_allow_html=True
25
  )
26
 
27
- st.header("My Streamlit App with HTML and CSS")
28
  # Add some text to the app
29
  st.write("**This is my Streamlit app with HTML and CSS formatting.**")
30
 
 
24
  unsafe_allow_html=True
25
  )
26
 
27
+ st.write.header("My Streamlit App with HTML and CSS")
28
  # Add some text to the app
29
  st.write("**This is my Streamlit app with HTML and CSS formatting.**")
30