i can't see the background image that i set in my html page in the localhost server – CSS
i can only see the background image when accessing the HTML file directly but not when accessing it through the localhost server (i'm using Flask as framework) This is the code of the background part: <style> body { background-image: url(file:///C:/Users/LENOVO/Desktop/chatbot-in-python-master/network.jpg);…