Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ if st.session_state.stage == "crawl-input":
|
|
33 |
|
34 |
txt = crawl_the_site.crawl(start,limit)
|
35 |
st.session_state.collection = create_database.create_database(txt)
|
36 |
-
st.write("""Crawling is done. Click \"Start Crawling!\" again to start prompting
|
37 |
Theres a chance that after sending the first prompt you dont see the output, just click \"Enter\" again.""")
|
38 |
st.session_state.stage = "remove-crawl-input-widgets"
|
39 |
|
|
|
33 |
|
34 |
txt = crawl_the_site.crawl(start,limit)
|
35 |
st.session_state.collection = create_database.create_database(txt)
|
36 |
+
st.write("""Crawling is done. Click \"Start Crawling!\" again to start prompting!
|
37 |
Theres a chance that after sending the first prompt you dont see the output, just click \"Enter\" again.""")
|
38 |
st.session_state.stage = "remove-crawl-input-widgets"
|
39 |
|