MarMont commited on
Commit
310771b
1 Parent(s): 95b5328

fixed query

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -513,6 +513,7 @@ def main(dataset, model):
513
  "taft"
514
  ]
515
  keyword_list = dataset.split(',')
 
516
  if dataset in examples:
517
  df = get_example(keyword_list)
518
  place_data = 'test'
 
513
  "taft"
514
  ]
515
  keyword_list = dataset.split(',')
516
+ keyword_list = ' OR '.join(keyword_list)
517
  if dataset in examples:
518
  df = get_example(keyword_list)
519
  place_data = 'test'