pip install -r requirements.txt
streamlit run piggyprompt.py
- Generate a bcrypt hashed password, you can use the following method:
- Visit https://www.bcrypt-generator.com/ or https://bcrypt-generator.com/
- Enter your desired password and click "Generate".
- Rename the .env.example file as .env
- Uncomment the HASHED_PASSWORD variable by removing the
#
symbol at the start of the line - Copy the generated hash and place it in the variable
- Restart the app