-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option to start over #40
Comments
Hi Dr. Holdener, I would Like to work on this issue. |
Thanks, @RishiTambe |
Hi @kate-holdener, I have resolved all the conflicts in the code. I have completed the changes as below:
|
Hi @kate-holdener, I have resolved the conflicts that I got in issue #40 in the flask_main.py (extra tab). |
Hello, Professor @kate-holdener, I did my background on this project. I would like to work on this, as it is labeled as a good first issue. Can you please add me as a contributor and assign me this issue? |
Hi, @vivekanandareddy-ponugoti! I'm helping @kate-holdener in managing this repo. For sure, I'll assign it to you. |
Currently, when the application starts, the user is prompted to upload the data. The application then proceeds to develop ML code based on user's selections from the UI. If the user wants to start over, they can upload new data, but the generated code continues to grow: it includes the previous data and user's selections and the new ones. It would be nicer to have a clean "start over" option, such that if the user messed up and wants a redo, they can do that. The start over option would clear out all previously generated code and start from scratch.
The text was updated successfully, but these errors were encountered: