Spaces:
Running
Running
Update modules/discourse/discourse_live_interface.py
Browse files
modules/discourse/discourse_live_interface.py
CHANGED
|
@@ -13,6 +13,7 @@ logger = logging.getLogger(__name__)
|
|
| 13 |
|
| 14 |
# Importaciones locales
|
| 15 |
from .discourse_process import perform_discourse_analysis
|
|
|
|
| 16 |
from ..utils.widget_utils import generate_unique_key
|
| 17 |
from ..database.discourse_mongo_db import store_student_discourse_result
|
| 18 |
from ..database.chat_mongo_db import store_chat_history, get_chat_history
|
|
|
|
| 13 |
|
| 14 |
# Importaciones locales
|
| 15 |
from .discourse_process import perform_discourse_analysis
|
| 16 |
+
from .discourse_interface import display_discourse_results # A帽adida esta importaci贸n
|
| 17 |
from ..utils.widget_utils import generate_unique_key
|
| 18 |
from ..database.discourse_mongo_db import store_student_discourse_result
|
| 19 |
from ..database.chat_mongo_db import store_chat_history, get_chat_history
|