Skip to content

Commit

Permalink
None
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollopy-tulane committed Apr 29, 2024
1 parent f39b878 commit 493a38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlp/app/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
lr, lr_vectorizer = pickle.load(open(lr_path, 'rb'))
cnn = pickle.load(open(lr_path, 'rb'))


prediction = None
@app.route('/', methods=['GET', 'POST'])
@app.route('/index', methods=['GET', 'POST'])
def index():
Expand Down

0 comments on commit 493a38f

Please sign in to comment.