mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
AutoGPT: Improve input prompt appearance (#5211)
Adds space between users input and "Input:"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user