Spaces:
Runtime error
Runtime error
Emily McMilin
commited on
Commit
·
c3b1983
1
Parent(s):
50cb70b
unnest nested list bug
Browse files
app.py
CHANGED
@@ -522,7 +522,7 @@ scientist_example = [
|
|
522 |
|
523 |
death_date_example = [
|
524 |
WIKIBIO,
|
525 |
-
|
526 |
"False",
|
527 |
"True",
|
528 |
'Died in DATE, she was recognized for her great accomplishments to the field of teaching.'
|
|
|
522 |
|
523 |
death_date_example = [
|
524 |
WIKIBIO,
|
525 |
+
BERT_LIKE_MODELS,
|
526 |
"False",
|
527 |
"True",
|
528 |
'Died in DATE, she was recognized for her great accomplishments to the field of teaching.'
|