Prathm commited on
Commit
508a45a
·
1 Parent(s): 9f9ad1d

Update pages/Fusion Fashion.py

Browse files
Files changed (1) hide show
  1. 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'] = 6
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.")