diff --git a/README.md b/README.md index 3f3f08d..5bf4007 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Result: ### Quickstart +To use the Streamlit UI, follow these instructions: + ~~~ python3 -m venv venv ~~~ @@ -53,6 +55,22 @@ export GROQ_API_KEY=gsk... streamlit run app.py ~~~ +--- + +Alternatively, follow these additional instructions to use the Gradio UI: + +~~~ +cd gradio +~~~ + +~~~ +pip3 install -r requirements.txt +~~~ + +~~~ +python3 app.py +~~~ + ### Prompting Strategy