kasand commited on
Commit
165e348
1 Parent(s): 8fe9301
Files changed (1) hide show
  1. workflows/ag_news.yml +3 -3
workflows/ag_news.yml CHANGED
@@ -1,6 +1,6 @@
1
  app:
2
- data: Apple
3
- query: Apple
4
  embeddings:
5
  path: sentence-transformers/nli-mpnet-base-v2
6
  tabular:
@@ -17,7 +17,7 @@ workflow:
17
  params:
18
  tags: null
19
  task: service
20
- url: https://newsapi.org/v2/everything?q=Apple&sortBy=popularity&apiKey=8cb696ca25864a5a9cabab46077e1a00
21
  action: tabular
22
  action: index
23
  writable: true
 
1
  app:
2
+ data: Ukraine
3
+ query: Ukraine
4
  embeddings:
5
  path: sentence-transformers/nli-mpnet-base-v2
6
  tabular:
 
17
  params:
18
  tags: null
19
  task: service
20
+ url: https://newsapi.org/v2/top-headlines?country=us&apiKey=8cb696ca25864a5a9cabab46077e1a00
21
  action: tabular
22
  action: index
23
  writable: true