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