DrishtiSharma commited on
Commit
c884ab7
·
verified ·
1 Parent(s): 2ec3a71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = [