Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ python_repl_tool = PythonREPLTool()
|
|
91 |
# Streamlit UI
|
92 |
# Sidebar with References
|
93 |
st.sidebar.title("References")
|
94 |
-
st.sidebar.markdown("1. 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 = [
|
|
|
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 = [
|