Rasa shell command does not show the bot view

I am new to Rasa when I created my new project i used to see the shell prompt like below for “rasa shell” command

but after a few changes, I see a different view when I run rasa shell which looks like below

I ran “rasa run --enable-api” to be specific after which I started to see a different view

How do I revert it back to the old view?

Any help is appreciated

Maybe there are problems in the core model and only nlu model was trained properly. In that case, validate all the files.

Can you try,

rasa data validate

and check there are no errors.

Also, with --enable-api you can pass files needed to the endpoint. You can also check with that.