Owos commited on
Commit
fb62094
·
1 Parent(s): f53266b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -24,7 +24,8 @@ st.sidebar.markdown('<p class="font">Afrodreams.AI</p>', unsafe_allow_html=True)
24
  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
- style_weight = st.slider("Select Style Weight", min_value=10, max_value=100, value=12)
 
28
 
29
  #Add file uploader to allow users to upload photos
30
  uploaded_file = st.file_uploader("", type=['jpg','png','jpeg'])
 
24
  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'])