我使用 flask 并且我无法在 pythonanywhere 中显示图像,但它在本地网络上工作

I using flask and l cant display images in pythonanywhere but its working on local network

image=url_for('static',filename=f'users/{user}/usersimages/{image}')
    return f"<img src='{image}'>"

我检查了路径,在这个路径上有一个图像,它在本地网络中工作,但在 pythonanywhere 中不工作

enter image description here

您没有提供静态文件。在 PythonAnywhere 帮助页面中搜索 'static files' 以获得大量帮助。