Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ elif st.session_state.stage == "remove-crawl-input-widgets":
|
|
21 |
st.session_state.stage = "prompt-input"
|
22 |
|
23 |
if st.session_state.stage == "crawl-input":
|
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 config and config_btn:
|
|
|
21 |
st.session_state.stage = "prompt-input"
|
22 |
|
23 |
if st.session_state.stage == "crawl-input":
|
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 config and config_btn:
|