Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import sys
|
|
10 |
import re
|
11 |
from typing import List, Dict
|
12 |
from streamlit_jupyter import StreamlitPatcher, tqdm
|
13 |
-
from agents import (
|
14 |
TextGenerationTool,
|
15 |
AIAgent,
|
16 |
process_input,
|
|
|
10 |
import re
|
11 |
from typing import List, Dict
|
12 |
from streamlit_jupyter import StreamlitPatcher, tqdm
|
13 |
+
from .agents import (
|
14 |
TextGenerationTool,
|
15 |
AIAgent,
|
16 |
process_input,
|