snrspeaks commited on
Commit
9e46aff
β€’
1 Parent(s): 3a58859

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ async def start():
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()
 
15
 
16
  sample_questions="Some of the questions you can try:\n***"
17
  elements = [
18
+ cl.Image(path="BenLogo2.png", name="Ben", display="inline", size="large"),
19
  # cl.Text(content=welcome_message1, name="10K-GPT", display="inline"),
20
  ]
21
  await cl.Message(content=welcome_message1, elements=elements).send()