Create a app/constants.py
file with a constant called OPEN_AI_KEY for storing the token needed to query ChatGPT.
Install the requirements from requirements.txt
or run pipenv install
.
cd app
streamlit run main.py --server.port=8501
- If you want run the previous command
streamlit run main.py --server.port=8501
again, you might encounter this error:Port 8501 is already in use
. When that happens just copy paste this address in your browser:http://localhost:8501/
- If you encounter any issue during the installation, don't hesitate to contact
[email protected]
or[email protected]
.