Upload LLMInsights.py
Browse files- 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;">
|
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)
|