Update app.py
Browse files
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
|
95 |
-
st.title("Multi-Agent
|
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?",
|