Update interim.py
Browse files- interim.py +1 -1
interim.py
CHANGED
@@ -69,7 +69,7 @@ tavily_tool = TavilySearchResults(max_results=5, tavily_api_key=TAVILY_API_KEY)
|
|
69 |
python_repl_tool = PythonREPLTool()
|
70 |
|
71 |
# Streamlit UI
|
72 |
-
st.title("Multi-Agent
|
73 |
|
74 |
# Example questions for immediate testing
|
75 |
example_questions = [
|
|
|
69 |
python_repl_tool = PythonREPLTool()
|
70 |
|
71 |
# Streamlit UI
|
72 |
+
st.title("Multi-Agent w Supervisor")
|
73 |
|
74 |
# Example questions for immediate testing
|
75 |
example_questions = [
|