I am creating a small calculation application. I got the basic function working in the first section of my html, but I can't for the life of me get it to display for the second section. I am very new to Python, Flask and programming in general. I am 100% surprised that I was able to get this far.
Section 1
PV1 > PV2
TEXT BOX
TEXT BOX
Section 2 (same backend calculations as Section 1)
PV2 > PFC
TEXT BOX
TEXT BOX
Section 3
Submit
Reset
Section 1 Info output
Section 2 Info Output (Not displaying)
Link to website: https://waiver-calculator-testing.uk.r.appspot.com/
Link to GitHub: https://github.com/SethBashamDev/waiver_cal