snrspeaks commited on
Commit
369423f
·
1 Parent(s): d5daebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/ You should atleast scrape 5 website to form an answer. If a URL returns "None" go to the next URL. Only the URLs with legit content is counted.
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