Spaces:
Runtime error
Runtime error
Greg Thompson
commited on
Commit
•
d602f3c
1
Parent(s):
8c66d60
Add Supabase import to conversation_manager
Browse files
mathtext_fastapi/conversation_manager.py
CHANGED
@@ -7,7 +7,7 @@ import requests
|
|
7 |
from dotenv import load_dotenv
|
8 |
from mathtext_fastapi.nlu import evaluate_message_with_nlu
|
9 |
from mathtext_fastapi.math_quiz_fsm import MathQuizFSM
|
10 |
-
|
11 |
from transitions import Machine
|
12 |
|
13 |
load_dotenv()
|
|
|
7 |
from dotenv import load_dotenv
|
8 |
from mathtext_fastapi.nlu import evaluate_message_with_nlu
|
9 |
from mathtext_fastapi.math_quiz_fsm import MathQuizFSM
|
10 |
+
from supabase import create_client
|
11 |
from transitions import Machine
|
12 |
|
13 |
load_dotenv()
|