Breast-Cancer-Predictor
Breast-Cancer-Predictor copied to clipboard
User Model in app.py
User model creates a table using the Flask SQLAlchemy module and saves the data of the users who visit the Breast Cancer Predictor.
The moment the home.html i.e. the homepage of the Breast Cancer Predictor web application loads the user is prompted with a welcome box where he/she is asked to enter their name and email Id in order to keep a track of the users visiting the web application.
For the above issue a welcome box must be created in the homepage of the web app and the data (if entered) by the user has to saved in a SQLITE database.
Can I please work on this under GSSOC'21?
#127 @srimani-programmer
@MB2407 please proceed with the issue.
I have made the necessary changes and made a pull request for the same yesterday. Can you please review for the same?