jfataphd commited on
Commit
0916aa5
·
1 Parent(s): afb8bf9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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