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()