I have successfully deployed a solidity contract locally with Ganache. I would now like to interact with it via http://remix.ethereum.org/
In the remix editor,I have selected the "web3 provider" and connected to my local Ganache at "http://127.0.0.1:7545"
I have inserted my contract's Address in the "At address" section, but I continually connect to the default "Ballot" contract provided by remix. Can anyone help me connect to my locally deployed contract?