snrspeaks commited on
Commit
5a2fa82
β€’
1 Parent(s): 80d36e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,11 +11,11 @@ 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 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 = [
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()
 
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 me!\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="BenLogo2.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()