Spaces:
Sleeping
Sleeping
mod app.py
Browse files
app.py
CHANGED
@@ -98,8 +98,8 @@ def predict(user_input,company):
|
|
98 |
companyfile = {
|
99 |
"Amazon": "aws",
|
100 |
"Google": "google",
|
101 |
-
"Microsoft": "
|
102 |
-
"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:
|