Python- Budget App

https://fcc-budget-app-6.akshatpattiwar.repl.run/

Please tell how to fix this problem…

Hello … according to the line of code that throws the error in python, you have indentation problems in the constructor function … check the spaces, it is very likely that you accidentally have an extra space and the indentation is wrong.
File “/home/runner/qbbzmkcpbq/budget.py”, line 2
def init(self,name):
^

thanks that error is resolved but a new problem has come
https://fcc-budget-app-8.akshatpattiwar.repl.run

Hi,

It looks like create_spend_chart does not exist in the budget.py file. Are you sure this is the correct name?

I cannot see the budget.py file so I don’t know if there is another underlying issue, but this might just be a typo.