mehmet0001 commited on
Commit
7f698f0
·
verified ·
1 Parent(s): 76cb8f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -33,8 +33,8 @@ 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
 
40
  if st.session_state.stage == "prompt-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
 
40
  if st.session_state.stage == "prompt-input":