snrspeaks commited on
Commit
01ebb10
β€’
1 Parent(s): adcb7bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -10,12 +10,12 @@ import chainlit as cl
10
 
11
  @cl.on_chat_start
12
  async def start():
13
- welcome_message1 = "Hey, Welcome to **10K-GPT**!"
14
- welcome_message2 = "**10K-GPT** is designed to provide you with an interactive, user-friendly interface that lets you pose queries and fetch answers from Form 10-K documents 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\nPlease ask a question to begin!"
15
 
16
  sample_questions="Some of the questions you can try:\n***"
17
  elements = [
18
- cl.Image(path="10KGPTLogo.png", name="10K-GPT", display="inline"),
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()