Prathm commited on
Commit
be2569e
1 Parent(s): 508a45a

Update pages/Style One.py

Browse files
Files changed (1) hide show
  1. pages/Style One.py +1 -1
pages/Style One.py CHANGED
@@ -213,7 +213,7 @@ st.sidebar.title('Customization Options')
213
  text = st.sidebar.text_input("Style Specs", 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.")
214
  if 'seed' not in st.session_state:
215
  #st.session_state['seed'] = random.randint(1, 1000)
216
- st.session_state['seed'] = 3
217
 
218
 
219
  with st.sidebar.expander("Advanced"):
 
213
  text = st.sidebar.text_input("Style Specs", 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.")
214
  if 'seed' not in st.session_state:
215
  #st.session_state['seed'] = random.randint(1, 1000)
216
+ st.session_state['seed'] = 200
217
 
218
 
219
  with st.sidebar.expander("Advanced"):