What are my options to create a UI for an optimization problem written using JuMP?

I have developed an optimization model for a freight network and want to create a very simple UI for the model. The UI must allow a layman to upload the inputs (like supply and demands) and get the results, plots. What all options are available (preferably in Julia)?

Do you want something graphical or a text user interface is enough?

1 Like

I want the outputs to be graphs and some text (like the optimal objective value or the values of decision variables)
-The input data to the Julia must be through the UI
-The outputs must be displayed on the UI