Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,7 @@ if ticker_user!="":
|
|
102 |
content=[
|
103 |
{
|
104 |
"type": "text",
|
105 |
-
"text": "Based on the Image, suggest a BUY and SELL Strategy along with Risk based approach using Stop loss/Target price.
|
106 |
-
PROVIDE THE DETAILS based on just the FACTS present and PROVIDE THE DETAILS IN an JSON Object",
|
107 |
},
|
108 |
{"type": "image_url", "image_url": "chart_t1.jpg"},
|
109 |
]
|
|
|
102 |
content=[
|
103 |
{
|
104 |
"type": "text",
|
105 |
+
"text": "Based on the Image, suggest a BUY and SELL Strategy along with Risk based approach using Stop loss/Target price. PROVIDE THE DETAILS based on just the FACTS present and PROVIDE THE DETAILS IN an JSON Object",
|
|
|
106 |
},
|
107 |
{"type": "image_url", "image_url": "chart_t1.jpg"},
|
108 |
]
|