Spaces:
Sleeping
Sleeping
Rename main.py to app.py
Browse files- main.py → app.py +3 -0
main.py → app.py
RENAMED
@@ -7,6 +7,9 @@ api_key = "sk-or-v1-5b41e7106feb9b982d4ef5a6aa0959993387ba2e5fc9830df1279418776e
|
|
7 |
|
8 |
config = st.text_area("enter the start URL and the limit of crawling :")
|
9 |
|
|
|
|
|
|
|
10 |
start = "asdf"
|
11 |
limit = 100
|
12 |
|
|
|
7 |
|
8 |
config = st.text_area("enter the start URL and the limit of crawling :")
|
9 |
|
10 |
+
if config:
|
11 |
+
pass
|
12 |
+
|
13 |
start = "asdf"
|
14 |
limit = 100
|
15 |
|