mehmet0001 commited on
Commit
5aa46d7
·
verified ·
1 Parent(s): 7f698f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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!\n
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