Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

the requested url was not found on the server. flask

The problem exists here...The place where you have to write form action="add" 
you have written it as action="submit"

<form action = "/add" methods="POST">
            <div class =  " form-group">
            <h3>Jeopardy Question</h3>
                <input
                    type = "text"
                    name = "Question"
                    placeholder= "Type the Jeopardy question here" 
                    />
            </div>
            <div class =  " form-group">
                <h3>Jeopardy Answer</h3>
                    <input
                        type = "text"
                        name = "Answer"
                        placeholder= "Type the Jeopardy Answer here" 
                        />

                </div>
  
        </form>
Comment

PREVIOUS NEXT
Code Example
Python :: Open a web browser in Python 
Python :: how to increase width of line in graph of linear regression in matplotlib 
Python :: python setup specify c++ version 
Python :: python csv string to array 
Python :: pandas python multiindex 
Python :: 5.2.5: Counting 10 to 100 by ... 
Python :: python chatbot speech recognition 
Python :: vscode python region folding 
Python :: poisson disc python 
Python :: python sum whole matrix comand 
Python :: how to get a rectangular grid out of two given one-dimensional arrays 
Python :: re.add python 
Python :: addDataToExp() psychopy 
Python :: python get text between two comma 
Python :: django rest framework foreign key relation giving error in serializer 
Python :: how to def a variable in python 
Python :: load local data to django 
Python :: pylatex add section without numbering 
Python :: what is mapping in os 
Python :: what are the mouseX/mouseY variebles in pycharm 
Python :: if function error grepper 
Python :: PyQT5 reset color 
Python :: see you tomorrow in italian 
Python :: fsting in python 
Python :: knn example 
Python :: cannot import name Glib 
Python :: % python nootation 
Python :: how to type shashank in python 
Python :: fcpython.com 
Python :: lllll 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =