Dynamically update html page with Plotly visualization in Flask
تبليغسؤال
I have a flask app which gets user input from an html form. The python code(as shown below) then uses that input to generate a visualization using Plotly and stores that as a <div> tag in an html file.
fig = ...