DrishtiSharma commited on
Commit
8e66140
·
verified ·
1 Parent(s): ddb5a15

Update interim.py

Browse files
Files changed (1) hide show
  1. 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 Workflow Demonstration")
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 = [