Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,11 +14,11 @@ kw_model = KeyBERT()
|
|
14 |
|
15 |
# Key Indian brokerages, investment apps, and fintech brands
|
16 |
BRANDS = [
|
17 |
-
"Zerodha", "Upstox", "Groww", "Angel One", "Motilal Oswal", "Sharekhan", "5paisa", "ICICI Direct",
|
18 |
"HDFC Securities", "Kotak Securities", "Axis Direct", "IIFL", "Paytm Money", "Edelweiss", "Geojit",
|
19 |
-
"Fyers", "Alice Blue", "mStock", "Stockal", "Kuvera", "Smallcase", "Jupiter", "Fi", "INDmoney",
|
20 |
"PhonePe", "Paytm", "Google Pay", "BHIM", "MobiKwik", "Cred", "Niyo", "Razorpay", "ETMoney",
|
21 |
-
"Bajaj Finserv", "SBI Securities", "YES Securities", "IDFC FIRST", "CAMS", "Karvy", "LIC", "ICICI Prudential"
|
22 |
]
|
23 |
|
24 |
NEGATIVE_KEYWORDS = [
|
|
|
14 |
|
15 |
# Key Indian brokerages, investment apps, and fintech brands
|
16 |
BRANDS = [
|
17 |
+
"Zerodha", "Upstox", "Groww", "Angel One", "Motilal Oswal","Motilal","Sherkhan" "Sharekhan", "5paisa", "ICICI Direct",
|
18 |
"HDFC Securities", "Kotak Securities", "Axis Direct", "IIFL", "Paytm Money", "Edelweiss", "Geojit",
|
19 |
+
"Fyers", "Alice Blue", "mStock", "Stockal", "Kuvera", "Smallcase", "Jupiter", "Fi", "INDmoney", "IND money", "Small Case"
|
20 |
"PhonePe", "Paytm", "Google Pay", "BHIM", "MobiKwik", "Cred", "Niyo", "Razorpay", "ETMoney",
|
21 |
+
"Bajaj Finserv", "SBI Securities", "YES Securities", "IDFC FIRST", "CAMS", "Karvy", "LIC", "ICICI Prudential", "Wazir", "India Infoline", "Anand Rathi"
|
22 |
]
|
23 |
|
24 |
NEGATIVE_KEYWORDS = [
|