Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,9 +25,9 @@ st.markdown(
|
|
25 |
)
|
26 |
st.header(":white[My Streamlit App with HTML and CSS]")
|
27 |
# Add some text to the app
|
28 |
-
st.write(":white[This is my Streamlit app with HTML and CSS formatting
|
29 |
|
30 |
-
query = st.text_input("Enter a word")
|
31 |
query = query.lower()
|
32 |
# query = input ("Enter your keyword(s):")
|
33 |
|
|
|
25 |
)
|
26 |
st.header(":white[My Streamlit App with HTML and CSS]")
|
27 |
# Add some text to the app
|
28 |
+
st.write(":white[**This is my Streamlit app with HTML and CSS formatting.**]")
|
29 |
|
30 |
+
query = st.text_input(":white[**Enter a word**]")
|
31 |
query = query.lower()
|
32 |
# query = input ("Enter your keyword(s):")
|
33 |
|