mehmet0001 commited on
Commit
a36375c
·
verified ·
1 Parent(s): 55bc142

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -3,8 +3,6 @@ import crawl_the_site
3
  import create_database
4
  import streamlit as st
5
 
6
- st.session_state.collection = None
7
-
8
  api_key = "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"
9
 
10
  config = st.text_area("Enter the start URL and the limit of crawling (in this format : URL,limit):")
 
3
  import create_database
4
  import streamlit as st
5
 
 
 
6
  api_key = "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"
7
 
8
  config = st.text_area("Enter the start URL and the limit of crawling (in this format : URL,limit):")