不知道什么原因, 运行后html5画布没出来,跪求解答,谢谢
FLASK_APP = main.py
FLASK_ENV = development
FLASK_DEBUG = 0
In folder C:/Users/xujun/PycharmProjects/mnist_testdemo
C:\Users\xujun\Anaconda3\envs\mnist_testdemo\python.exe -m flask run
* Serving Flask app "main.py"
* Environment: development
* Debug mode: off
2018-08-20 12:26:14.200842: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2
main
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
127.0.0.1 - - [20/Aug/2018 12:26:19] "GET / HTTP/1.1" 200 -
127.0.0.1 - - [20/Aug/2018 12:26:19] "GET /static/js/main.js HTTP/1.1" 404 -