mehmet0001 commited on
Commit
b911187
·
verified ·
1 Parent(s): ec16604

Rename main.py to app.py

Browse files
Files changed (1) hide show
  1. 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