docs: fix streamlit provider (#18606)

There is a wrong python package import.
Fixed it.
This commit is contained in:
Leonid Ganeline 2024-03-06 11:42:26 -08:00 committed by GitHub
parent ea141511d8
commit fb686333ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,10 +6,10 @@
## Installation and Setup
We need to install the `context-pstreamlit` Python package:
We need to install the `streamlit` Python package:
```bash
pip install context-pstreamlit
pip install streamlit
```