Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +146,7 @@ def main():
|
|
146 |
st.title("Website Crawler")
|
147 |
|
148 |
urls = st.text_area("Enter the website URLs (one per line):", value="")
|
149 |
-
page_count = st.number_input("Enter the number of pages to crawl:", value=
|
150 |
|
151 |
col1, col2 = st.columns(2)
|
152 |
with col1:
|
|
|
146 |
st.title("Website Crawler")
|
147 |
|
148 |
urls = st.text_area("Enter the website URLs (one per line):", value="")
|
149 |
+
page_count = st.number_input("Enter the number of pages to crawl:", value=2000, min_value=1, step=1)
|
150 |
|
151 |
col1, col2 = st.columns(2)
|
152 |
with col1:
|