thisisdev commited on
Commit
3aa08c1
·
verified ·
1 Parent(s): c5c06a6

Update src/streamlit_app.py

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
  # Setup the page configuration (done using streamlit)
10
  st.set_page_config(
 
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
  # Setup the page configuration (done using streamlit)
10
  st.set_page_config(