Refactor Code for UI Display
Move methods generate_dataframe() from scheduler.py, and convert_rowsdict_to_array from cooling.py into ui.py file. Also instead of ThermoFluidsModel class returning data_array, have it return rowsDict to prevent data loss.