Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
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'])
|