metehan777 commited on
Commit
050ce0e
·
verified ·
1 Parent(s): f9c1262

Upload wikipedia_dead_links_streamlit.py

Browse files
Files changed (1) hide show
  1. wikipedia_dead_links_streamlit.py +1 -1
wikipedia_dead_links_streamlit.py CHANGED
@@ -510,7 +510,7 @@ st.sidebar.header("Configuration")
510
  log_file = st.sidebar.text_input("Log file path", value="wikipedia_dead_links.json")
511
  available_domains_file = st.sidebar.text_input("Available domains file", value="available_domains.json")
512
  max_workers = st.sidebar.slider("Max concurrent requests", min_value=1, max_value=20, value=10)
513
- max_pages = st.sidebar.slider("Max pages to process", min_value=1, max_value=5000, value=10)
514
 
515
  # Update finder if config changes
516
  if (log_file != st.session_state.finder.log_file or
 
510
  log_file = st.sidebar.text_input("Log file path", value="wikipedia_dead_links.json")
511
  available_domains_file = st.sidebar.text_input("Available domains file", value="available_domains.json")
512
  max_workers = st.sidebar.slider("Max concurrent requests", min_value=1, max_value=20, value=10)
513
+ max_pages = st.sidebar.slider("Max pages to process", min_value=1, max_value=20, value=10)
514
 
515
  # Update finder if config changes
516
  if (log_file != st.session_state.finder.log_file or