From dca1a40d5eba2888a38477efbee75e6c5eab81a1 Mon Sep 17 00:00:00 2001 From: Daniel Rosel Date: Wed, 8 Mar 2023 19:29:07 +0100 Subject: [PATCH] instr --- website/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/main.py b/website/main.py index 830b823..008fa59 100644 --- a/website/main.py +++ b/website/main.py @@ -25,7 +25,7 @@ st.sidebar.info("Share this website with your friends!") # tell the user that the prompt must have some sort of parameter. They should replace that parameter with [MASK]. -st.write("Your prompt must have some sort of parameter. You should replace that parameter with [MASK].") +st.write("Your prompt must have some sort of parameter. You can target a specific parameter by replacing it with [MASK].") prompt = "" prompt = st.text_input("Enter your prompt here") # model options: text-davinci-003