DrishtiSharma commited on
Commit
9f696ec
Β·
verified Β·
1 Parent(s): cbd7b69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -180,3 +180,6 @@ if st.session_state.df is not None:
180
  else:
181
  st.info("Please load a dataset to proceed.")
182
 
 
 
 
 
180
  else:
181
  st.info("Please load a dataset to proceed.")
182
 
183
+ with st.sidebar:
184
+ st.header("πŸ“š Reference:")
185
+ st.markdown("[SQL Agents w CrewAI & Llama 3 - Plaban Nayak](https://github.com/plaban1981/Agents/blob/main/SQL_Agents_with_CrewAI_and_Llama_3.ipynb)")