DrishtiSharma commited on
Commit
5f776ca
ยท
verified ยท
1 Parent(s): ec58944

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -161,6 +161,6 @@ 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("[1. SQL Agents w CrewAI & Llama 3 - Plaban Nayak](https://github.com/plaban1981/Agents/blob/main/SQL_Agents_with_CrewAI_and_Llama_3.ipynb)")
 
161
  st.info("Please load a dataset to proceed.")
162
 
163
  with st.sidebar:
164
+ # st.markdown("---")
165
+ st.markdown("### Reference:")
166
  st.markdown("[1. SQL Agents w CrewAI & Llama 3 - Plaban Nayak](https://github.com/plaban1981/Agents/blob/main/SQL_Agents_with_CrewAI_and_Llama_3.ipynb)")