Spaces:
Running
Running
st warning omitted
Browse files
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:
|