Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,6 +48,11 @@ from modules.morphosyntax.morphosyntax_interface import (
|
|
| 48 |
display_morphosyntax_results
|
| 49 |
)
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
###Importaciones de la base de datos###
|
| 52 |
from modules.database.database_init import (
|
| 53 |
initialize_database_connections
|
|
@@ -62,7 +67,6 @@ from modules.database.sql_db import (
|
|
| 62 |
store_student_feedback
|
| 63 |
)
|
| 64 |
|
| 65 |
-
|
| 66 |
from modules.database.mongo_db import (
|
| 67 |
get_collection,
|
| 68 |
insert_document,
|
|
|
|
| 48 |
display_morphosyntax_results
|
| 49 |
)
|
| 50 |
|
| 51 |
+
from modules.semantic.semantic_interface import (
|
| 52 |
+
display_semantic_interface,
|
| 53 |
+
display_semantic_results
|
| 54 |
+
)
|
| 55 |
+
|
| 56 |
###Importaciones de la base de datos###
|
| 57 |
from modules.database.database_init import (
|
| 58 |
initialize_database_connections
|
|
|
|
| 67 |
store_student_feedback
|
| 68 |
)
|
| 69 |
|
|
|
|
| 70 |
from modules.database.mongo_db import (
|
| 71 |
get_collection,
|
| 72 |
insert_document,
|