Spaces:
Runtime error
Runtime error
Update pages/Fusion Fashion.py
Browse files- pages/Fusion Fashion.py +1 -1
pages/Fusion Fashion.py
CHANGED
@@ -232,7 +232,7 @@ if 'seed1' not in st.session_state and 'seed2' not in st.session_state:
|
|
232 |
#st.session_state['seed1'] = random.randint(1, 1000)
|
233 |
st.session_state['seed1'] = 3
|
234 |
#st.session_state['seed2'] = random.randint(1, 1000)
|
235 |
-
st.session_state['seed2'] =
|
236 |
|
237 |
with st.sidebar.expander("Advanced"):
|
238 |
seed1 = st.number_input("ID 1", value= st.session_state['seed1'], help = "Capture this unique id to reproduce the exact same result later.")
|
|
|
232 |
#st.session_state['seed1'] = random.randint(1, 1000)
|
233 |
st.session_state['seed1'] = 3
|
234 |
#st.session_state['seed2'] = random.randint(1, 1000)
|
235 |
+
st.session_state['seed2'] = 200
|
236 |
|
237 |
with st.sidebar.expander("Advanced"):
|
238 |
seed1 = st.number_input("ID 1", value= st.session_state['seed1'], help = "Capture this unique id to reproduce the exact same result later.")
|