I have problems with my code for the budget app. I always fail the test for creating the bar chart, because of spacing, but cannot find the issue in my code. Could someone give me some advice, please?
I have attached the link to my replit file: https://replit.com/@annehochwald/boilerplate-budget-app#budget.py
This error indicates that you have an extra \n character after the t in Entertainment. The first part 't \n' is your output and the second part 't ' is what the test expects