shethjenil commited on
Commit
5d3d953
1 Parent(s): 3a54f77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ app = flask.Flask(__name__)
45
  book = AIBook()
46
 
47
 
48
- @app.route("/",methods=["GET"])
49
  def function():
50
  question = flask.request.args.get("question")
51
  if question is None:
 
45
  book = AIBook()
46
 
47
 
48
+ @app.route("/")
49
  def function():
50
  question = flask.request.args.get("question")
51
  if question is None: