sanjeevl10 commited on
Commit
6a143d1
·
1 Parent(s): 96271aa

Add stocksavvy

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -205,7 +205,7 @@ async def on_chat_start():
205
 
206
  # Sending an image with the local file path
207
  elements = [
208
- cl.Image(name="image1", display="inline", path="./stocksavvy.jpg",size="large")
209
  ]
210
  await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
211
  await cl.Message(content="Tell me the stockticker you want me to analyze.").send()
 
205
 
206
  # Sending an image with the local file path
207
  elements = [
208
+ cl.Image(name="image1", display="inline", path="./stocksavvy.png",size="large")
209
  ]
210
  await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
211
  await cl.Message(content="Tell me the stockticker you want me to analyze.").send()