Http://127.0.0.1:8050/ not updating localhost

http://127.0.0.1:8050/
I’m trying to build dashboards but when I run the codes, I get the right expected results, but the localhost is not updating. below is the result from one of the code.
wheels color image
0 1 red redunicycle.jpg
1 1 blue blueunicycle.jpg
2 1 yellow yellowunicycle.jpg
3 2 red redbicycle.jpg
4 2 blue bluemotorcycle.jpg
5 2 yellow yellowscooter.jpg
6 3 red redtricycle.jpg
7 3 blue bluetricycle.jpg
8 3 yellow yellowrickshaw.jpg
Index([‘wheels’, ‘color’, ‘image’], dtype=‘object’)

  • Serving Flask app “multipleoutputs1” (lazy loading)

  • Environment: production
    WARNING: This is a development server. Do not use it in a production deployment.
    Use a production WSGI server instead.

  • Debug mode: off

  • Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)