Failed to load resource: the server responded with a status of 404 (NOT FOUND) Flask application
I’m getting this error but my files do exist and I think my file structure is correct, I don’t know what to do due to I’ve tried everything I’ve found on the net but it’s still failing to load the css to my html base template.
Failed to load resource: the server responded with a status of 404 (NOT FOUND) Flask application
I’m getting this error but my files do exist and I think my file structure is correct, I don’t know what to do due to I’ve tried everything I’ve found on the net but it’s still failing to load the css to my html base template.
Failed to load resource: the server responded with a status of 404 (NOT FOUND) Flask application
I’m getting this error but my files do exist and I think my file structure is correct, I don’t know what to do due to I’ve tried everything I’ve found on the net but it’s still failing to load the css to my html base template.
How to align nav element to right of the screen
I want to align my UI element to the right only with CSS.
Need help in adding a feature in my project
Problem:
I have a web application where I’m fetching related YouTube videos based on the selected emotion. Currently, clicking the “Get Related Videos” button displays videos corresponding to the selected emotion. However, I want to implement a feature where each click on the button shows different videos, even for the same emotion.
Python flask not applying css style even though it’s loading the css file
My flask application is not applying css styling on my website.
Note: I have reviwed and applied all the solutions i found on stackoverflow but none of them worked
How to connect python code to htmll css buttons
The problem is that I tried to deploy my Python code using Flask. I wrote some HTML and CSS code, but the issue is that I don’t know how to activate my button. In my Python code, there are two parts: one for getting a photo from the user (inserting a photo) and another for the recognition part based on the photo provided by the user. The first button starts with “Зураг оруулна уу!” and the second button starts with “Ургамал таних.” How do I connect these two buttons with the Python code to make them work and display the result in the square-shaped section?
Flask -keep checkboxes and their checked values in the page even after submit button is clicked
i want the checkboxes to stay in the left div with its previously checked values even after generate button is submitted.