Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- 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.
|
| 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(
|