How to run a Streamlit app:
- Install the libraries
pip install -r requirements.txt - Create an
.envfile with the following variable:OPENAI_API_KEY=sk-<your-api-key> - Run the command
streamlit run {app_folder}/main.py - Enter into
http://localhost:8501/on your browser