I developed an ML model which requires two arguments, which are the path of the two files used by the model function. The task at hand requires a web page which could take those arguments for the model and deliver it to the function.
The job could also be done using Tkinter in python for developing a GUI Frame, but my situation requires a web page for further development.