DrishtiSharma commited on
Commit
c038587
·
verified ·
1 Parent(s): 82c4620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -107,3 +107,6 @@ st.sidebar.subheader("Example Questions")
107
  st.sidebar.write("- Add 3 and 4. Multiply the result by 2. Divide it by 5.")
108
  st.sidebar.write("- Tell me how many centuries Virat Kohli scored.")
109
  st.sidebar.write("- Search for the tallest building in the world.")
 
 
 
 
107
  st.sidebar.write("- Add 3 and 4. Multiply the result by 2. Divide it by 5.")
108
  st.sidebar.write("- Tell me how many centuries Virat Kohli scored.")
109
  st.sidebar.write("- Search for the tallest building in the world.")
110
+
111
+ st.sidebar.title("References")
112
+ st.sidebar.markdown("1. [Multi-Agent with Supervisor](https://github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LangGraph_03_MultiAgent_With_Supervisor.ipynb)")