Spaces:
Sleeping
Sleeping
sanjeevl10
commited on
Commit
·
6a143d1
1
Parent(s):
96271aa
Add stocksavvy
Browse files
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.
|
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()
|