How to have a python script run in the background while still interacting with the front end?
Hey I have this website where it is allows people to add a new prediction. First they click a new prediction and and ad data (csvs) then choose the machine learning model they want to use and then it should run the python code and output a csv to a database with the relevant prediction parameters.