AutoGPT: Improve input prompt appearance (#5211)

Adds space between users input and "Input:"
pull/5229/head
WilliamEspegren 2023-09-15 23:23:52 +02:00 committed by GitHub
parent 7320f9d3f8
commit 058e679931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ def get_user_feedback(
console_input = clean_input(config, "Waiting for your response...")
else:
console_input = clean_input(
config, Fore.MAGENTA + "Input:" + Style.RESET_ALL
config, Fore.MAGENTA + "Input: " + Style.RESET_ALL
)
# Parse user input