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