We are creating an application to help at-risk students succeed.
We take all the feedback by heart to make this important app.
To view the WBCIVA app, go to the following url: https://usc-wbva-yzeojqu4ryhblhxmketftq.streamlit.app/
The source code for the WBCIVA app is in the main.py file and the requirements are in the requirements.txt file.
- Click the green Code dropdown button, and then Download ZIP.
- Open the folder in your code editor.
- If you are using Visual Studio Code, you may need to trust the authors of the files first.
- Install any prerequisite plugins from requirements.txt using the following command:
pip3 install -r requirements.txt
- Open an integrated terminal, and type in the following code block:
streamlit run main.py
This app supports light and dark themes. You can change it from the hamburger menu on the top right > Settings > Theme.