Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,12 +10,12 @@ import chainlit as cl
|
|
10 |
|
11 |
@cl.on_chat_start
|
12 |
async def start():
|
13 |
-
welcome_message1 = "
|
14 |
-
welcome_message2 = "
|
15 |
|
16 |
sample_questions="Some of the questions you can try:\n***"
|
17 |
elements = [
|
18 |
-
cl.Image(path="
|
19 |
# cl.Text(content=welcome_message1, name="10K-GPT", display="inline"),
|
20 |
]
|
21 |
await cl.Message(content=welcome_message1, elements=elements).send()
|
|
|
10 |
|
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 to provide 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 = [
|
18 |
+
cl.Image(path="BenLogo.png", name="Ben", display="inline"),
|
19 |
# cl.Text(content=welcome_message1, name="10K-GPT", display="inline"),
|
20 |
]
|
21 |
await cl.Message(content=welcome_message1, elements=elements).send()
|