DrishtiSharma commited on
Commit
4a26df1
·
verified ·
1 Parent(s): d3ffdbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,5 +118,5 @@ with tab2:
118
  st.error(f"Error: {e}")
119
 
120
  # Sidebar for References
121
- st.sidebar.title("References")
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)")