The library is not available:
import tweepy
and
from dotenv import load_dotenv
My application does not work without them. Please add it to the cloud
The library is not available:
import tweepy
and
from dotenv import load_dotenv
My application does not work without them. Please add it to the cloud
You have to add them yourself via a requirements file. When you deploy to the cloud, you get a container with Streamlit installed by default. Anything else you need to pip install
needs to be specified by you in a requirements.txt
file.