sanjeevl10 commited on
Commit
34901a5
1 Parent(s): a5db4ce

fix the file path

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. app_test3_memory.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ async def on_chat_start():
200
  cl.user_session.set("counter", 0)
201
  # Sending an image with the local file path
202
  elements = [
203
- cl.Image(name="image1", display="inline", path="./good_day.png",size="large")
204
  ]
205
  await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
206
  await cl.Message(content="Tell me the stockticker you want me to analyze.").send()
 
200
  cl.user_session.set("counter", 0)
201
  # Sending an image with the local file path
202
  elements = [
203
+ cl.Image(name="image1", display="inline", path="good_day.png",size="large")
204
  ]
205
  await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
206
  await cl.Message(content="Tell me the stockticker you want me to analyze.").send()
app_test3_memory.py CHANGED
@@ -217,7 +217,7 @@ async def on_chat_start():
217
  cl.user_session.set("counter", 0)
218
  # Sending an image with the local file path
219
  elements = [
220
- cl.Image(name="image1", display="inline", path="./good_day.png",size="large")
221
  ]
222
  await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
223
  await cl.Message(content="Tell me the stockticker you want me to analyze.").send()
 
217
  cl.user_session.set("counter", 0)
218
  # Sending an image with the local file path
219
  elements = [
220
+ cl.Image(name="image1", display="inline", path="good_day.png",size="large")
221
  ]
222
  await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
223
  await cl.Message(content="Tell me the stockticker you want me to analyze.").send()