Spaces:
Runtime error
Runtime error
Update pages/Style One.py
Browse files- 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'] =
|
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"):
|