Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|