rajat5ranjan commited on
Commit
5a9cfaf
·
verified ·
1 Parent(s): 09cf571

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
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. Suggest different Candlestick \
103
- pattern based strategies which could be usefull",
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
  ]