DrishtiSharma commited on
Commit
354bf18
Β·
verified Β·
1 Parent(s): 79d9dd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -159,3 +159,7 @@ if st.session_state.df is not None:
159
  temp_dir.cleanup()
160
  else:
161
  st.info("Please load a dataset to proceed.")
 
 
 
 
 
159
  temp_dir.cleanup()
160
  else:
161
  st.info("Please load a dataset to proceed.")
162
+
163
+ st.markdown("---")
164
+ st.markdown("### Reference")
165
+ st.markdown("[SQL Agents w CrewAI and Llama 3 -Plaban Nayak](https://github.com/plaban1981/Agents/blob/main/SQL_Agents_with_CrewAI_and_Llama_3.ipynb)")