Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,6 +44,7 @@ description = 'Please note that topics with long articles may take around a minu
|
|
| 44 |
article = ''
|
| 45 |
examples = [
|
| 46 |
['Politics of the United States', 'what does the future hold?'],
|
|
|
|
| 47 |
['Roman Empire', 'why did it collapse?'],
|
| 48 |
['American Civil War', 'What was the cause?'],
|
| 49 |
['Donald Trump', 'Why do his supporters like him?'],
|
|
@@ -51,10 +52,8 @@ examples = [
|
|
| 51 |
['Bernie Sanders', 'Why do his supporters like him?'],
|
| 52 |
['Bernie Sanders', 'Why do his detractors dislike him?'],
|
| 53 |
["George H. Bush","Did he pursue higher education?"],
|
| 54 |
-
["Jayson Tatum","How was he percieved coming out of high school?"],
|
| 55 |
["John Deere Tractors","Do their customers like them?"],
|
| 56 |
['Michael Jordan', 'Was he successful outside of basketball?'],
|
| 57 |
-
["Unabomber","What radicalized him?"],
|
| 58 |
|
| 59 |
]
|
| 60 |
|
|
|
|
| 44 |
article = ''
|
| 45 |
examples = [
|
| 46 |
['Politics of the United States', 'what does the future hold?'],
|
| 47 |
+
["Unabomber","What radicalized him?"],
|
| 48 |
['Roman Empire', 'why did it collapse?'],
|
| 49 |
['American Civil War', 'What was the cause?'],
|
| 50 |
['Donald Trump', 'Why do his supporters like 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 |
["John Deere Tractors","Do their customers like them?"],
|
| 56 |
['Michael Jordan', 'Was he successful outside of basketball?'],
|
|
|
|
| 57 |
|
| 58 |
]
|
| 59 |
|