Update app.py
Browse files
app.py
CHANGED
|
@@ -231,7 +231,7 @@ def predict(user_input,company):
|
|
| 231 |
return prediction
|
| 232 |
|
| 233 |
examples = [
|
| 234 |
-
["What are the risks factors Amazon faces from The People’s Republic of China
|
| 235 |
["What are the primary business segments of AWS, and how does each segment contribute to the overall revenue and profitability?", "AWS"],
|
| 236 |
["What are the key risk factors identified in the 10-K report that could potentially impact the AWS business operations and financial performance?", "AWS"],
|
| 237 |
["Has the company made any significant acquisitions in the AI space, and how are these acquisitions being integrated into the company's strategy?", "Microsoft"],
|
|
|
|
| 231 |
return prediction
|
| 232 |
|
| 233 |
examples = [
|
| 234 |
+
["What are the risks factors Amazon faces from The People’s Republic of China?", "AWS"],
|
| 235 |
["What are the primary business segments of AWS, and how does each segment contribute to the overall revenue and profitability?", "AWS"],
|
| 236 |
["What are the key risk factors identified in the 10-K report that could potentially impact the AWS business operations and financial performance?", "AWS"],
|
| 237 |
["Has the company made any significant acquisitions in the AI space, and how are these acquisitions being integrated into the company's strategy?", "Microsoft"],
|