AmandaHydar commited on
Commit
f2733e6
·
1 Parent(s): bfc9113

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ if index is None:
62
  text = st.text_input("Query text:", value="Insert PQL here to generate Definitions or ask a PQL related question")
63
 
64
  sub_prompt_instruction = """
65
- For the provided list of PQL queries, write the definition for each one and maintain the order in which the Queries are listed. For example, if given this string:
66
 
67
  [QUERY: COUNT_TABLE(\"_CEL_AP_ACTIVITIES\"),
68
  QUERY: SUM( CASE\n WHEN KPI(\"FORMULA_Activity_CLASSIFICATION_UserType\") = 'MANUAL'\n THEN 1 ELSE NULL\nEND )*1.0,
 
62
  text = st.text_input("Query text:", value="Insert PQL here to generate Definitions or ask a PQL related question")
63
 
64
  sub_prompt_instruction = """
65
+ For the provided list of PQL queries, write the definition for all queries and maintain the order in which the Queries are listed. For example, if given this string:
66
 
67
  [QUERY: COUNT_TABLE(\"_CEL_AP_ACTIVITIES\"),
68
  QUERY: SUM( CASE\n WHEN KPI(\"FORMULA_Activity_CLASSIFICATION_UserType\") = 'MANUAL'\n THEN 1 ELSE NULL\nEND )*1.0,