DeepVen commited on
Commit
d0b73e1
·
1 Parent(s): 466d1c1

Upload LLMInsights.py

Browse files
Files changed (1) hide show
  1. LLMInsights.py +1 -1
LLMInsights.py CHANGED
@@ -388,7 +388,7 @@ with tab1:
388
  )
389
  else:
390
  score = "Evaluation is Turned OFF"
391
- st.markdown('<h1 style="color:#100170;font-size:24px;">Completeness Score</h1>', unsafe_allow_html=True)
392
  st.text_area(label=" ", value=score, height=30)
393
  st.markdown('<h1 style="color:#100170;font-size:24px;">Hallucinated?</h1>', unsafe_allow_html=True)
394
  st.text_area(label=" ", value=hallucination_score, height=30)
 
388
  )
389
  else:
390
  score = "Evaluation is Turned OFF"
391
+ st.markdown('<h1 style="color:#100170;font-size:24px;">Confidence Score</h1>', unsafe_allow_html=True)
392
  st.text_area(label=" ", value=score, height=30)
393
  st.markdown('<h1 style="color:#100170;font-size:24px;">Hallucinated?</h1>', unsafe_allow_html=True)
394
  st.text_area(label=" ", value=hallucination_score, height=30)