Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
a6902c5
1
Parent(s):
6c1ac0c
push
Browse files
app.py
CHANGED
@@ -149,7 +149,9 @@ examples = [
|
|
149 |
["What is the dividend yield for Coca-Cola?"],
|
150 |
["Which companies in the tech sector are announcing dividends this month?"],
|
151 |
["Analyze the latest moving averages for Microsoft; are they indicating a trend reversal?"],
|
152 |
-
["What is the latest guidance on revenue for Meta?"]
|
|
|
|
|
153 |
]
|
154 |
|
155 |
chatbot = gr.Chatbot(
|
|
|
149 |
["What is the dividend yield for Coca-Cola?"],
|
150 |
["Which companies in the tech sector are announcing dividends this month?"],
|
151 |
["Analyze the latest moving averages for Microsoft; are they indicating a trend reversal?"],
|
152 |
+
["What is the latest guidance on revenue for Meta?"],
|
153 |
+
["What is the current beta of Amazon stock and how does it compare to the industry average?"],
|
154 |
+
["What are the top-rated ETFs for technology exposure this quarter?"]
|
155 |
]
|
156 |
|
157 |
chatbot = gr.Chatbot(
|