eagle0504 commited on
Commit
872b4e8
·
1 Parent(s): e418469

st warning omitted

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -150,7 +150,6 @@ if prompt := st.chat_input(initial_input):
150
  independent_ai_judge_score = []
151
  for i in range(final_ref.shape[0]):
152
  this_content = final_ref["answers"][i]
153
- st.warning(this_content)
154
  if len(this_content) > 3:
155
  this_score = calculate_sts_openai_score(question, this_content)
156
  else:
 
150
  independent_ai_judge_score = []
151
  for i in range(final_ref.shape[0]):
152
  this_content = final_ref["answers"][i]
 
153
  if len(this_content) > 3:
154
  this_score = calculate_sts_openai_score(question, this_content)
155
  else: