Update app.py
Browse files
app.py
CHANGED
@@ -75,9 +75,8 @@ def create_interface():
|
|
75 |
return output, classification_types_checkboxes
|
76 |
|
77 |
examples = [
|
78 |
-
["
|
79 |
-
["
|
80 |
-
["El delito ha prescrito."],
|
81 |
]
|
82 |
|
83 |
# Creamos la interfaz
|
|
|
75 |
return output, classification_types_checkboxes
|
76 |
|
77 |
examples = [
|
78 |
+
["Ejemplo de texto", True, False],
|
79 |
+
["Otro ejemplo", False, True]
|
|
|
80 |
]
|
81 |
|
82 |
# Creamos la interfaz
|