Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ import chainlit as cl
|
|
| 11 |
@cl.on_chat_start
|
| 12 |
async def start():
|
| 13 |
welcome_message1 = "Hi, I'm **Ben**! Your Benchmarking Assistant"
|
| 14 |
-
welcome_message2 = "Powered by GPT-4, I can assist you
|
| 15 |
|
| 16 |
sample_questions="Some of the questions you can try:\n***"
|
| 17 |
elements = [
|
|
|
|
| 11 |
@cl.on_chat_start
|
| 12 |
async def start():
|
| 13 |
welcome_message1 = "Hi, I'm **Ben**! Your Benchmarking Assistant"
|
| 14 |
+
welcome_message2 = "Powered by GPT-4, I can assist you with in-depth analysis of annual reports of some of the world's leading tech giants:\n- **Meta**\n- **Amazon**\n- **Alphabet**\n- **Apple**\n- **Microsoft**,\n\nfor the years **2022, 2021, and 2020**.\n\nWhether you are comparing financial performances, exploring trends, or seeking detailed insights across different years, Ben transforms complex data into actionable knowledge. Unlock the power of informed decision-making today with Ben!\n\nPlease ask a question to begin!"
|
| 15 |
|
| 16 |
sample_questions="Some of the questions you can try:\n***"
|
| 17 |
elements = [
|