model=Sequential()

Notice in the error message, right at the bottom, it says the line “model =” has unexpected indentation.

It appears that you may have indented the entire block of code.