Update app.py
Browse files
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)")
|