DrishtiSharma commited on
Commit
39e581e
Β·
verified Β·
1 Parent(s): b0659f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -214,3 +214,7 @@ if st.session_state.df is not None:
214
  temp_dir.cleanup()
215
  else:
216
  st.info("Please load a dataset to proceed.")
 
 
 
 
 
214
  temp_dir.cleanup()
215
  else:
216
  st.info("Please load a dataset to proceed.")
217
+
218
+ with st.sidebar:
219
+ st.header("πŸ“š Reference:")
220
+ 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)")