Spaces:
Build error
Build error
acecalisto3
commited on
Commit
•
384937e
1
Parent(s):
2df2db9
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,
|