DrishtiSharma commited on
Commit
f5df263
·
verified ·
1 Parent(s): d175fc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ with st.sidebar:
49
  # Reference section
50
  st.subheader("References:")
51
  st.markdown(
52
- '[Multi-Agent System with CrewAI and LangChain](https://discuss.streamlit.io/t/new-project-i-have-build-a-multi-agent-system-with-crewai-and-langchain/84002)',
53
  unsafe_allow_html=True
54
  )
55
 
 
49
  # Reference section
50
  st.subheader("References:")
51
  st.markdown(
52
+ '1. [Multi-Agent System with CrewAI and LangChain](https://discuss.streamlit.io/t/new-project-i-have-build-a-multi-agent-system-with-crewai-and-langchain/84002)',
53
  unsafe_allow_html=True
54
  )
55