mehmet0001 commited on
Commit
1db9350
·
verified ·
1 Parent(s): 21bf2d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -24,7 +24,6 @@ while True:
24
  config = st.text_area("Enter the start URL and the limit of crawling (in this format : URL,limit):")
25
  config_btn = st.button("Start crawling!")
26
 
27
- st.write("im here")
28
  if not (st.session_state.stage == "remove-crawl") and config and config_btn:
29
  start = config.split(",")[0]
30
  limit = int(config.split(",")[1])
 
24
  config = st.text_area("Enter the start URL and the limit of crawling (in this format : URL,limit):")
25
  config_btn = st.button("Start crawling!")
26
 
 
27
  if not (st.session_state.stage == "remove-crawl") and config and config_btn:
28
  start = config.split(",")[0]
29
  limit = int(config.split(",")[1])