This is a Streamlit application designed to facilitate change management assessments. The tool provides users with a user-friendly interface to sign up and select various change management assessments from a dropdown menu.
- Sign-up Form: Users can sign up with a username and password.
- Assessment Selection: Users can select individual change management assessments from a dropdown menu.
- 'All' Option: Users can choose to view all available assessments at once.
- Display Selected Assessments: The tool displays the selected assessments for the user.
To use the application:
- Clone this repository to your local machine.
- Install the necessary dependencies (
streamlit
) by runningpip install -r requirements.txt
. - Run the Streamlit application by executing
streamlit run app.py
. - Access the application in your web browser at the provided URL.
- Sign up with a username and password.
- Select change management assessments from the dropdown menu.
- View the selected assessments displayed on the screen.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a new Pull Request.
This project is licensed under the MIT License.