mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-16 08:06:14 +00:00
docs: fix streamlit
provider (#18606)
There is a wrong python package import. Fixed it.
This commit is contained in:
parent
ea141511d8
commit
fb686333ac
@ -1,15 +1,15 @@
|
|||||||
# Streamlit
|
# Streamlit
|
||||||
|
|
||||||
> [Streamlit](https://streamlit.io/) is a faster way to build and share data apps.
|
>[Streamlit](https://streamlit.io/) is a faster way to build and share data apps.
|
||||||
> `Streamlit` turns data scripts into shareable web apps in minutes. All in pure Python. No front‑end experience required.
|
>`Streamlit` turns data scripts into shareable web apps in minutes. All in pure Python. No front‑end experience required.
|
||||||
> See more examples at [streamlit.io/generative-ai](https://streamlit.io/generative-ai).
|
>See more examples at [streamlit.io/generative-ai](https://streamlit.io/generative-ai).
|
||||||
|
|
||||||
## Installation and Setup
|
## Installation and Setup
|
||||||
|
|
||||||
We need to install the `context-pstreamlit` Python package:
|
We need to install the `streamlit` Python package:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install context-pstreamlit
|
pip install streamlit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user