Spaces:
Running
Running
phyloforfun
commited on
Commit
•
5bd4a83
1
Parent(s):
93fd830
update ui
Browse files
app.py
CHANGED
@@ -1333,7 +1333,7 @@ if 'config' not in st.session_state:
|
|
1333 |
setup_streamlit_config(st.session_state.dir_home)
|
1334 |
|
1335 |
if 'proceed_to_main' not in st.session_state:
|
1336 |
-
st.session_state.proceed_to_main =
|
1337 |
|
1338 |
if 'proceed_to_build_llm_prompt' not in st.session_state:
|
1339 |
st.session_state.proceed_to_build_llm_prompt = False # New state variable to control the flow
|
|
|
1333 |
setup_streamlit_config(st.session_state.dir_home)
|
1334 |
|
1335 |
if 'proceed_to_main' not in st.session_state:
|
1336 |
+
st.session_state.proceed_to_main = True # New state variable to control the flow
|
1337 |
|
1338 |
if 'proceed_to_build_llm_prompt' not in st.session_state:
|
1339 |
st.session_state.proceed_to_build_llm_prompt = False # New state variable to control the flow
|