Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ if st.session_state.stage == "crawl-input":
|
|
29 |
st.write("Crawling is done.")
|
30 |
st.session_state.stage = "prompt-input"
|
31 |
|
32 |
-
if st.session_state.stage == "prompt-input"
|
33 |
prompt = st.text_area("What would you like to chat about?")
|
34 |
prompt_btn = st.button("Enter")
|
35 |
|
|
|
29 |
st.write("Crawling is done.")
|
30 |
st.session_state.stage = "prompt-input"
|
31 |
|
32 |
+
if st.session_state.stage == "prompt-input":
|
33 |
prompt = st.text_area("What would you like to chat about?")
|
34 |
prompt_btn = st.button("Enter")
|
35 |
|