gArthur98 commited on
Commit
b459a25
·
verified ·
1 Parent(s): 278921d

Updatev1.1

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -4,7 +4,7 @@ from typing import Dict, Any, List
4
  from agents import Agent, Runner, trace
5
  from agents import set_default_openai_key
6
  from firecrawl import FirecrawlApp
7
- from agents.tools import function_tool
8
 
9
 
10
  ## setiing up page configuration
 
4
  from agents import Agent, Runner, trace
5
  from agents import set_default_openai_key
6
  from firecrawl import FirecrawlApp
7
+ from agents.tool import function_tool
8
 
9
 
10
  ## setiing up page configuration