How to use Glove embeddings files while deploying app on streamlit

Hi, i am deploying an NLP app on streamlit deploy. I am using glove embeddings in my code. My question is how do i use these files on cloud? I am getting an error as below:
No such file or directory: ‘glove.6B.100d.txt’.

I am using this file in my code as below:
f = open(‘glove.6B.100d.txt’, encoding=‘utf-8’)

And i download these files as below in y local machine:
!wget http://nlp.stanford.edu/data/glove.6B.zip
!unzip glove*.zip

Please guide.

Hey,
if you got the answer plase share it.
thank you