Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -160,6 +160,7 @@ if st.session_state.df is not None:
|
|
160 |
else:
|
161 |
st.info("Please load a dataset to proceed.")
|
162 |
|
163 |
-
st.
|
164 |
-
st.markdown("
|
165 |
-
st.markdown("
|
|
|
|
160 |
else:
|
161 |
st.info("Please load a dataset to proceed.")
|
162 |
|
163 |
+
with st.sidebar:
|
164 |
+
st.markdown("---")
|
165 |
+
st.markdown("### Reference")
|
166 |
+
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)")
|