Skip to content

Commit

Permalink
fixes bad paths in embeddings playground readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ted-at-openai committed May 22, 2023
1 parent 828a6c5 commit a562bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/embeddings-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Before running, install required dependencies with:

`pip install -r examples/apps/embeddings_playground/requirements.txt`
`pip install -r apps/embeddings-playground/requirements.txt`

(You may need to change the path to match your local path.)

Expand All @@ -16,7 +16,7 @@ Verify installation of streamlit with `streamlit hello`.

Run the script with:

`streamlit run examples/apps/embeddings_playground.py`
`streamlit run apps/embeddings-playground/embeddings_playground.py`

(Again, you may need to change the path to match your local path.)

Expand Down

0 comments on commit a562bae

Please sign in to comment.