Spaces:
Runtime error
Runtime error
mariagrandury
commited on
Commit
•
6eb5d09
1
Parent(s):
f107ba7
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ examples = [
|
|
7 |
["El corpus SQAC fue creado por un equipo del Barcelona Supercomputing Center y la sigla proviene de Spanish Question-Answering Corpus.", "¿Qué significa SQAC?"]
|
8 |
]
|
9 |
article = """
|
10 |
-
<p style=
|
11 |
-
NLP en ES 🤗 | <a href=
|
12 |
</p>
|
13 |
"""
|
14 |
|
|
|
7 |
["El corpus SQAC fue creado por un equipo del Barcelona Supercomputing Center y la sigla proviene de Spanish Question-Answering Corpus.", "¿Qué significa SQAC?"]
|
8 |
]
|
9 |
article = """
|
10 |
+
<p style="text-align: center">
|
11 |
+
NLP en ES 🤗 | <a target=”_blank” href="https://nlp-en-es.org"> nlp-en-es.org </a>
|
12 |
</p>
|
13 |
"""
|
14 |
|