Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit b4f13ba

Browse files
committed
fix <br>
1 parent ccfc848 commit b4f13ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/integrations/streamlit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ Streamlit is an open-source Python library that makes it easy to create and shar
99

1010
[Apache 2.0 License](https://github.com/streamlit/streamlit/blob/develop/LICENSE) &nbsp;&bull;&nbsp;[Site](https://streamlit.io/)
1111

12-
| Languages | Docs | Github | <br>
12+
| Languages | Docs | Github | <br/>
1313
| Python | [Docs](https://docs.streamlit.io/) | [Code](https://github.com/streamlit/streamlit)
1414

1515
### Install
1616

17-
Install Streamlit: <br>
17+
Install Streamlit: <br/>
1818
`pip install streamlit`
1919

20-
Install `streamlit-chromadb-connection`, which connects your Streamlit app to Chroma through [`st.connection`](https://docs.streamlit.io/1.11.0/library/api-reference/connections/st.connection): <br>
20+
Install `streamlit-chromadb-connection`, which connects your Streamlit app to Chroma through [`st.connection`](https://docs.streamlit.io/1.11.0/library/api-reference/connections/st.connection): <br/>
2121
`pip install streamlit-chromadb-connection`
2222

2323
### Main Benefits

0 commit comments

Comments
 (0)