Vargock commited on
Commit
a11c611
·
1 Parent(s): e431a66

changed README file type to .md

Browse files
Files changed (2) hide show
  1. README → README.md +0 -0
  2. app.py +0 -1
README → README.md RENAMED
File without changes
app.py CHANGED
@@ -6,7 +6,6 @@ from modules.helpers import detect_lang, MODELS, LABELS, update_history, bar
6
  app = Flask(__name__)
7
  init_db()
8
 
9
- # Optional: color mapping for bars
10
  COLOR_MAP = {
11
  "POSITIVE": "green",
12
  "NEGATIVE": "red",
 
6
  app = Flask(__name__)
7
  init_db()
8
 
 
9
  COLOR_MAP = {
10
  "POSITIVE": "green",
11
  "NEGATIVE": "red",