Skip to content

Commit e47ffeb

Browse files
committed
Update flask-sentiment-analysis-app
1 parent d2e1453 commit e47ffeb

73 files changed

Lines changed: 94398 additions & 90091 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

flask-sentiment-analysis-app/app.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import spacy
22
from flask import Flask, jsonify, render_template, request
3-
app = Flask(__name__)
3+
app = Flask(__name__,
4+
static_url_path='',
5+
static_folder='static',
6+
template_folder='templates')
47

58
model_dir = "model"
69

0 Bytes
Binary file not shown.
-47 KB
Binary file not shown.

0 commit comments

Comments
 (0)