Spaces:
Runtime error
Runtime error
sanjeevl10 commited on
Commit ·
6752e11
1
Parent(s): 8e85c70
removed stock image
Browse files- app_test3_memory.py +1 -1
- homepage.png +0 -0
app_test3_memory.py
CHANGED
|
@@ -214,7 +214,7 @@ async def on_chat_start():
|
|
| 214 |
cl.user_session.set("counter", 0)
|
| 215 |
# Sending an image with the local file path
|
| 216 |
elements = [
|
| 217 |
-
cl.Image(name="image1", display="inline", path="./
|
| 218 |
]
|
| 219 |
await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
|
| 220 |
await cl.Message(content="Tell me the stockticker you want me to analyze.").send()
|
|
|
|
| 214 |
cl.user_session.set("counter", 0)
|
| 215 |
# Sending an image with the local file path
|
| 216 |
elements = [
|
| 217 |
+
cl.Image(name="image1", display="inline", path="./good_day.png",size="large")
|
| 218 |
]
|
| 219 |
await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
|
| 220 |
await cl.Message(content="Tell me the stockticker you want me to analyze.").send()
|
homepage.png
CHANGED
|
|
Git LFS Details
|