JB007 commited on
Commit
b4a770c
·
1 Parent(s): 49f204b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ st.set_page_config(page_title="My Streamlit Webpage", page_icon=":tada:", layout
5
  st.subheader("Subheader text comes here :wave:")
6
  st.title("Getting familiar with Huggingface spaces")
7
  st.write(
8
- "I am passionate about finding ways to leverage ML."
9
  )
10
 
11
  form = st.form(key='sentiment-form')
 
5
  st.subheader("Subheader text comes here :wave:")
6
  st.title("Getting familiar with Huggingface spaces")
7
  st.write(
8
+ "i am passionate about finding ways to leverage ML."
9
  )
10
 
11
  form = st.form(key='sentiment-form')