Site is not listed on google search

I deployed my streamlit app to Render.com and can’t see my site on google search. Even if I search the url of my app it doesn’t show up.
After some researching, it seems that I have to add the google meta tag to index.html. But it seems like I need to deploy the app using docker to edit index.html. I’ve never done docker before and it doesn’t seem that easy either.
Is there a way to fix this issue without using docker?