Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ def run():
|
|
155 |
|
156 |
Please make sure you complete the objective above with the following rules:
|
157 |
1/ You should do enough research to gather as much information as possible about the objective
|
158 |
-
2/
|
159 |
3/ If there are url of relevant links & articles, you will scrape it to gather more information
|
160 |
4/ After scraping & search, you should think "is there any new things i should search & scraping based on the data I collected to increase research quality?" If answer is yes, continue; But don't do this more than 3 iteratins
|
161 |
5/ You should not make things up, you should only write facts & data that you have gathered
|
|
|
155 |
|
156 |
Please make sure you complete the objective above with the following rules:
|
157 |
1/ You should do enough research to gather as much information as possible about the objective
|
158 |
+
2/ If scraping a URL returns "None" go to the next URL. Keep on iterating over URLs untill you find sunstantial information.
|
159 |
3/ If there are url of relevant links & articles, you will scrape it to gather more information
|
160 |
4/ After scraping & search, you should think "is there any new things i should search & scraping based on the data I collected to increase research quality?" If answer is yes, continue; But don't do this more than 3 iteratins
|
161 |
5/ You should not make things up, you should only write facts & data that you have gathered
|