datien228 commited on
Commit
abb00a7
·
1 Parent(s): 057eda6

Remove method GET

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def home():
17
  return render_template('index.html')
18
 
19
 
20
- @app.route('/summarize', methods=['GET', 'POST'])
21
  def recommend():
22
  if request.method == "POST":
23
  # Get form data
 
17
  return render_template('index.html')
18
 
19
 
20
+ @app.route('/summarize', methods=['POST'])
21
  def recommend():
22
  if request.method == "POST":
23
  # Get form data