acecalisto3 commited on
Commit
384937e
1 Parent(s): 2df2db9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,