tyang commited on
Commit
1b2665e
·
1 Parent(s): 37440ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -44,9 +44,17 @@ description = 'Please note that topics with long articles may take around a minu
44
  article = ''
45
  examples = [
46
  ["Unabomber","What radicalized him?"],
 
 
 
 
 
 
 
47
  ["George H. Bush","Did he pursue higher education?"],
48
  ["Jayson Tatum","How was he percieved coming out of high school?"],
49
-
 
50
  ]
51
 
52
  gr.Interface(get_answer, inputs, outputs, title=title, description=description, article=article,
 
44
  article = ''
45
  examples = [
46
  ["Unabomber","What radicalized him?"],
47
+ ['Politics of the United States', 'is the future bright?'],
48
+ ['Roman Empire', 'why did it collapse?'],
49
+ ['American Civil War', 'What was the cause?'],
50
+ ['Donald Trump', 'Why do his supporters like him?'],
51
+ ['Donald Trump', 'Why do his detractors dislike him?'],
52
+ ['Bernie Sanders', 'Why do his supporters like him?'],
53
+ ['Bernie Sanders', 'Why do his detractors dislike him?'],
54
  ["George H. Bush","Did he pursue higher education?"],
55
  ["Jayson Tatum","How was he percieved coming out of high school?"],
56
+ ["John Deere Tractors","Do their customers like them?"],
57
+ ['Michael Jordan', 'Was he successful outside of basketball?'],
58
  ]
59
 
60
  gr.Interface(get_answer, inputs, outputs, title=title, description=description, article=article,