Aidan Phillips commited on
Commit
049b49d
·
2 Parent(s): ff02dc4 440d105

Merge branch 'main' of https://github.com/aphil311/teach-bs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def response_generator(prompt):
48
  0.5 * acc["score"]
49
  + 0.2 * gre["score"]
50
  + 0.3 * ppl["score"]
51
- + 0.005 * frm["score"]
52
  )
53
 
54
  if "scores" not in st.session_state:
 
48
  0.5 * acc["score"]
49
  + 0.2 * gre["score"]
50
  + 0.3 * ppl["score"]
51
+ + 0.005 * frm["normalized"]
52
  )
53
 
54
  if "scores" not in st.session_state: