Spaces:
Runtime error
Runtime error
Update pages/Fusion Fashion.py
Browse files- pages/Fusion Fashion.py +1 -1
pages/Fusion Fashion.py
CHANGED
@@ -228,7 +228,7 @@ st.sidebar.title('Customization Options')
|
|
228 |
text1 = st.sidebar.text_input("Style Specs 1", help = "Provide a clear and concise description of the design you wish to generate. This helps the app understand your preferences and create a customized design that matches your vision.")
|
229 |
text2 = st.sidebar.text_input("Style Specs 2", help = "Provide a clear and concise description of the design you wish to generate. This helps the app understand your preferences and create a customized design that matches your vision.")
|
230 |
if 'seed1' not in st.session_state and 'seed2' not in st.session_state:
|
231 |
-
st.session_state['seed1'] =
|
232 |
st.session_state['seed2'] = random.randint(1, 1000)
|
233 |
|
234 |
with st.sidebar.expander("Advanced"):
|
|
|
228 |
text1 = st.sidebar.text_input("Style Specs 1", help = "Provide a clear and concise description of the design you wish to generate. This helps the app understand your preferences and create a customized design that matches your vision.")
|
229 |
text2 = st.sidebar.text_input("Style Specs 2", help = "Provide a clear and concise description of the design you wish to generate. This helps the app understand your preferences and create a customized design that matches your vision.")
|
230 |
if 'seed1' not in st.session_state and 'seed2' not in st.session_state:
|
231 |
+
st.session_state['seed1'] = 3
|
232 |
st.session_state['seed2'] = random.randint(1, 1000)
|
233 |
|
234 |
with st.sidebar.expander("Advanced"):
|