I have a problem with deploying my first model

I am trying to deploy my model the code is on jupyter notebook using Anaconda i have followed all the steps at the website for gradioi am trying to deploy an image classification model but I have been stuck with a runtime error "Runtime error
Traceback (most recent call last):
File “/home/user/app/app.py”, line 2, in
import tensorflow as tf
ModuleNotFoundError: No module named ‘tensorflow’ "I updated my Python and installed tensorflow and checked after downloading tensorflow that its working on my environment i have also updated it but the error isn’t being resolved idk what I should do please help