Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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):")
|