Owos commited on
Commit
6a514c0
·
1 Parent(s): 920884f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with st.sidebar.expander("About the App"):
25
  st.write("""
26
  This app takes in your image and styles it with a unique african art.""")
27
  # add slider to side bar
28
- style_weight = st.siderbar.slider("Select Style Weight", min_value=10, max_value=100, value=12)
29
 
30
  #Add file uploader to allow users to upload photos
31
  uploaded_file = st.file_uploader("", type=['jpg','png','jpeg'])
 
25
  st.write("""
26
  This app takes in your image and styles it with a unique african art.""")
27
  # add slider to side bar
28
+ style_weight = st.sidebar.slider("Select Style Weight", min_value=10, max_value=100, value=12)
29
 
30
  #Add file uploader to allow users to upload photos
31
  uploaded_file = st.file_uploader("", type=['jpg','png','jpeg'])