Libraries in requirements file not installed when streamlit app is deployed

data_scientist3
New Contributor II

I deployed a streamlit app on Databricks cluster but the libraries in the requirments.txt file were not installed when the app is deployed. I'm getting this error when a function that uses OpenAI is called."ImportErrorCould not import openai python package. Please install it with pip install openai."

Any help will be appreciated. Thanks