Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,8 @@ if ticker_user!="":
|
|
99 |
content=[
|
100 |
{
|
101 |
"type": "text",
|
102 |
-
"text": "Based on the Image, suggest a BUY and SELL Strategy along with Risk based approach using Stop loss/Target price
|
|
|
103 |
},
|
104 |
{"type": "image_url", "image_url": "chart_t1.jpg"},
|
105 |
]
|
|
|
99 |
content=[
|
100 |
{
|
101 |
"type": "text",
|
102 |
+
"text": "Based on the Image, suggest a BUY and SELL Strategy along with Risk based approach using Stop loss/Target price. Suggest different Candlestick \
|
103 |
+
pattern based strategies which could be usefull",
|
104 |
},
|
105 |
{"type": "image_url", "image_url": "chart_t1.jpg"},
|
106 |
]
|