Keytaro commited on
Commit
70b6d16
·
1 Parent(s): b8936c6

mod app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -98,8 +98,8 @@ def predict(user_input,company):
98
  companyfile = {
99
  "Amazon": "aws",
100
  "Google": "google",
101
- "Microsoft": "mtfs",
102
- "Meta": "meta",
103
  "IBM": "IBM"
104
  }.get(company, None)
105
  if companyfile is not None:
 
98
  companyfile = {
99
  "Amazon": "aws",
100
  "Google": "google",
101
+ "Microsoft": "msft",
102
+ "Meta": "Meta",
103
  "IBM": "IBM"
104
  }.get(company, None)
105
  if companyfile is not None: