mariagrandury
commited on
Commit
•
d1b4eba
1
Parent(s):
82f0232
Add initiative
Browse files- app.py +2 -2
- spanish_nlp_initiatives.csv +1 -0
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as app:
|
|
61 |
show_label=False,
|
62 |
interactive=False,
|
63 |
wrap=True,
|
64 |
-
column_widths=["40%", "
|
65 |
)
|
66 |
search_box.change(fn=update_table, inputs=search_box, outputs=table)
|
67 |
|
@@ -102,7 +102,7 @@ with gr.Blocks() as app:
|
|
102 |
show_label=False,
|
103 |
interactive=False,
|
104 |
wrap=True,
|
105 |
-
column_widths=["40%", "
|
106 |
)
|
107 |
search_box.change(fn=update_table, inputs=search_box, outputs=table)
|
108 |
|
|
|
61 |
show_label=False,
|
62 |
interactive=False,
|
63 |
wrap=True,
|
64 |
+
column_widths=["40%", "15%", "15%", "20%", "20%"],
|
65 |
)
|
66 |
search_box.change(fn=update_table, inputs=search_box, outputs=table)
|
67 |
|
|
|
102 |
show_label=False,
|
103 |
interactive=False,
|
104 |
wrap=True,
|
105 |
+
column_widths=["40%", "15%", "15%", "20%", "20%"],
|
106 |
)
|
107 |
search_box.change(fn=update_table, inputs=search_box, outputs=table)
|
108 |
|
spanish_nlp_initiatives.csv
CHANGED
@@ -15,6 +15,7 @@ HiTZ, research group, Spain, Euskera & Spanish, hitz.eus
|
|
15 |
HuggingFace, OS company, International, All, huggingface.co
|
16 |
ILENIA - AINA & NÓS & NEL-GAITU & VIVES, project, Spain, Catalán & Gallego & Euskera & Valenciano, proyectoilenia.es
|
17 |
Instituto de Ingeniería del Conocimiento (IIC), research institute, Spain, Spanish, iic.uam.es
|
|
|
18 |
Khipu, event, International, All, khipu.ai
|
19 |
Laboratorio de Lingüística Informática @Universidad Autónoma de Madrid, research group, Spain, Spanish, lllf.uam.es
|
20 |
Laboratorio de Inteligencia Artificial Aplicada (LIAA) @Universidad de Buenos Aires, research group, Argentina, Spanish, liaa.dc.uba.ar
|
|
|
15 |
HuggingFace, OS company, International, All, huggingface.co
|
16 |
ILENIA - AINA & NÓS & NEL-GAITU & VIVES, project, Spain, Catalán & Gallego & Euskera & Valenciano, proyectoilenia.es
|
17 |
Instituto de Ingeniería del Conocimiento (IIC), research institute, Spain, Spanish, iic.uam.es
|
18 |
+
Instituto Universitario de Investigación de Tecnologías Lingüísticas Multilingües (IUITLM) @Universidad de Málaga, research institute, Spain, Spanish, iuitlm.uma.es
|
19 |
Khipu, event, International, All, khipu.ai
|
20 |
Laboratorio de Lingüística Informática @Universidad Autónoma de Madrid, research group, Spain, Spanish, lllf.uam.es
|
21 |
Laboratorio de Inteligencia Artificial Aplicada (LIAA) @Universidad de Buenos Aires, research group, Argentina, Spanish, liaa.dc.uba.ar
|