From 80f8a6b28092e1b63b08a66a7107b8e94f9dba98 Mon Sep 17 00:00:00 2001 From: Preston M Date: Tue, 21 May 2024 19:11:23 -0500 Subject: [PATCH] Update README.md Fixed incorrect file name in streamlit run --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 596bbe5..efd3c38 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This is actively being revised still.... * Locate the path to your Chroma database. * Execute the following command in your terminal: ```bash - streamlit run chromaMaster.py /path_to_your_database/testdb + streamlit run chromaViewMaster.py /path_to_your_database/testdb ``` (Replace `/path_to_your_database/testdb` with your actual path)