Update app.py
Browse files
app.py
CHANGED
@@ -118,5 +118,5 @@ with tab2:
|
|
118 |
st.error(f"Error: {e}")
|
119 |
|
120 |
# Sidebar for References
|
121 |
-
st.sidebar.title("
|
122 |
st.sidebar.markdown("1. [LangGraph Tool Calling](https://github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LangGraph_02_ToolCalling.ipynb)")
|
|
|
118 |
st.error(f"Error: {e}")
|
119 |
|
120 |
# Sidebar for References
|
121 |
+
st.sidebar.title("Reference:")
|
122 |
st.sidebar.markdown("1. [LangGraph Tool Calling](https://github.com/aritrasen87/LLM_RAG_Model_Deployment/blob/main/LangGraph_02_ToolCalling.ipynb)")
|