DrishtiSharma commited on
Commit
4ddba75
·
verified ·
1 Parent(s): c884ab7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ python_repl_tool = PythonREPLTool()
91
  # Streamlit UI
92
  # Sidebar with References
93
  st.sidebar.title("References")
94
- st.sidebar.markdown("1. [Multi-Agent w Supervisor](https://github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LangGraph_03_MultiAgent_With_Supervisor.ipynb)")
95
- st.title("Multi-Agent Workflow with Supervisor")
96
 
97
  example_questions = [
98
  "What is James McIlroy aiming for in sports?",
 
91
  # Streamlit UI
92
  # Sidebar with References
93
  st.sidebar.title("References")
94
+ st.sidebar.markdown("1. [Multi-Agent with Supervisor](https://github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LangGraph_03_MultiAgent_With_Supervisor.ipynb)")
95
+ st.title("Multi-Agent with Supervisor")
96
 
97
  example_questions = [
98
  "What is James McIlroy aiming for in sports?",