superlazycoder commited on
Commit
6012647
·
verified ·
1 Parent(s): 45290f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,7 +64,8 @@ Rank the proposition on all the above barometers based upon how much they match
64
  2. On the basis of score then rank the proposition on all benchmark goals from 1(low) to 5(high).
65
  3. If the score of proposition differ from the goal within the range 0-10 then it should have higher rank. Similarly as the difference increases from goal value the rank should be lower.
66
 
67
- Show the rank between 1 to 5 and the score between 0-200 for every goal in a tabular format with a sum total and average rank at the end of table
 
68
 
69
  {{0}}
70
  '''
 
64
  2. On the basis of score then rank the proposition on all benchmark goals from 1(low) to 5(high).
65
  3. If the score of proposition differ from the goal within the range 0-10 then it should have higher rank. Similarly as the difference increases from goal value the rank should be lower.
66
 
67
+ Show the rank between 1 to 5 and the score between 0-200 for every goal in a tabular format with a sum total and average rank at the end of table.
68
+ Only show the table and conclusion remarks if the proposition suits the target audience or not. Do not show the barometers or any other part of the prompt
69
 
70
  {{0}}
71
  '''