From d52c674cf0bc5c801d989c380b056e888a3bd04c Mon Sep 17 00:00:00 2001 From: Zvonimir Sabljic Date: Thu, 7 Sep 2023 19:47:05 +0200 Subject: [PATCH] Fix --- pilot/utils/questionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pilot/utils/questionary.py b/pilot/utils/questionary.py index b78c803..7cde642 100644 --- a/pilot/utils/questionary.py +++ b/pilot/utils/questionary.py @@ -43,4 +43,4 @@ def get_user_feedback(): config = { 'style': custom_style, } - return questionary.text("Thank you for trying GPT-Pilot. Please give us your feedback or just press ENTER to exit: ", **config).unsafe_ask() + return questionary.text("How did GPT Pilot do? Were you able to create any app that works? Please write any feedback you have or just press ENTER to exit: ", **config).unsafe_ask()