Spaces:
Runtime error
Runtime error
sanjeevl10 commited on
Commit ·
5eb4a68
1
Parent(s): 34901a5
fixed the files
Browse files
app.py
CHANGED
|
@@ -200,10 +200,10 @@ 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.
|
| 204 |
]
|
| 205 |
await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
|
| 206 |
-
await cl.Message(content="
|
| 207 |
|
| 208 |
@cl.on_message
|
| 209 |
async def main(message: cl.Message):
|
|
|
|
| 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.jpg",size="large")
|
| 204 |
]
|
| 205 |
await cl.Message(content="Hello there, Welcome to ##StockSavyy!", elements=elements).send()
|
| 206 |
+
await cl.Message(content="Please enter the name of the company for which you would like a stock prediction.").send()
|
| 207 |
|
| 208 |
@cl.on_message
|
| 209 |
async def main(message: cl.Message):
|
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.
|
| 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.jpg",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()
|
tools/__pycache__/data_analyst.cpython-310.pyc
CHANGED
|
Binary files a/tools/__pycache__/data_analyst.cpython-310.pyc and b/tools/__pycache__/data_analyst.cpython-310.pyc differ
|
|
|
tools/__pycache__/forecasting_expert_arima.cpython-310.pyc
CHANGED
|
Binary files a/tools/__pycache__/forecasting_expert_arima.cpython-310.pyc and b/tools/__pycache__/forecasting_expert_arima.cpython-310.pyc differ
|
|
|
tools/__pycache__/investment_advisor.cpython-310.pyc
CHANGED
|
Binary files a/tools/__pycache__/investment_advisor.cpython-310.pyc and b/tools/__pycache__/investment_advisor.cpython-310.pyc differ
|
|
|