Update app.py
Browse files
app.py
CHANGED
@@ -59,6 +59,9 @@ if ticker_user!="":
|
|
59 |
5. Provide a rating for the stock on a scale of 1 to 10.
|
60 |
6. Advise if the stock is a good buy for the next 2 weeks.
|
61 |
7. Suggest at what price we need to buy and hold or sell
|
|
|
|
|
|
|
62 |
"""
|
63 |
|
64 |
st.sidebar.subheader('Prompt')
|
@@ -99,8 +102,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 |
},
|
105 |
{"type": "image_url", "image_url": "chart_t1.jpg"},
|
106 |
]
|
|
|
59 |
5. Provide a rating for the stock on a scale of 1 to 10.
|
60 |
6. Advise if the stock is a good buy for the next 2 weeks.
|
61 |
7. Suggest at what price we need to buy and hold or sell
|
62 |
+
|
63 |
+
PROVIDE THE DETAILS based on just the FACTS present in the document
|
64 |
+
PROVIDE THE DETAILS IN an JSON Object
|
65 |
"""
|
66 |
|
67 |
st.sidebar.subheader('Prompt')
|
|
|
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 |
]
|