joshuadunlop commited on
Commit
60be47a
·
verified ·
1 Parent(s): 0d5608c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=1000, min_value=1, step=1)
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: