anakin87 commited on
Commit
87efb44
Β·
1 Parent(s): f9da3dc

better examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,13 +176,13 @@ HEADER = """
176
  """
177
 
178
  URL_EXAMPLES = [
179
- "https://www.reuters.com/technology/microsoft-agreed-pay-inflection-650-mln-while-hiring-its-staff-information-2024-03-21/",
180
  "https://www.rainforest-alliance.org/species/capybara/",
181
  "https://en.wikipedia.org/wiki/Predator_(film)",
182
  "https://lite.cnn.com/2024/04/22/entertainment/zendaya-challengers-interview/index.html",
183
  "https://en.wikipedia.org/wiki/The_Cure",
184
  "https://en.wikipedia.org/wiki/Masters_of_Doom",
185
  "https://www.rainforest-alliance.org/species/howler-monkey/",
 
186
  ]
187
 
188
  with open("README.md", "r") as fin:
 
176
  """
177
 
178
  URL_EXAMPLES = [
 
179
  "https://www.rainforest-alliance.org/species/capybara/",
180
  "https://en.wikipedia.org/wiki/Predator_(film)",
181
  "https://lite.cnn.com/2024/04/22/entertainment/zendaya-challengers-interview/index.html",
182
  "https://en.wikipedia.org/wiki/The_Cure",
183
  "https://en.wikipedia.org/wiki/Masters_of_Doom",
184
  "https://www.rainforest-alliance.org/species/howler-monkey/",
185
+ "https://lite.cnn.com/2024/05/23/travel/star-wars-hotel-disney-jenny-nicholson-cec/index.html"
186
  ]
187
 
188
  with open("README.md", "r") as fin: