I am trying to load a text file in html using
<iframe src="TemperatureReadings.txt"></iframe>
it works perfectly when I run the html but when I run the html using flask it doesn't display anything any only an error message that I might have a bad URL.
So the question is: How am I able to display a textfile on my flask server since using iframe
isn't working?