tyang commited on
Commit
9a1359f
·
1 Parent(s): b255b53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ outputs = [
41
 
42
  title = "Question Answering with ELECTRA and Wikipedia"
43
  description = 'Please note that topics with long articles may take around a minute. If you get an error, please try double checking spelling, or try a more specific topic (e.g. George H. Bush instead of George Bush).'
44
- article = 'Pondering the future of American soceity, amongst other things.'
45
  examples = [
46
  ['Politics of the United States', 'is the future bright?'],
47
  ['Roman Empire', 'why did it collapse?'],
 
41
 
42
  title = "Question Answering with ELECTRA and Wikipedia"
43
  description = 'Please note that topics with long articles may take around a minute. If you get an error, please try double checking spelling, or try a more specific topic (e.g. George H. Bush instead of George Bush).'
44
+ article = ''
45
  examples = [
46
  ['Politics of the United States', 'is the future bright?'],
47
  ['Roman Empire', 'why did it collapse?'],