ankanghosh commited on
Commit
cf63c97
·
verified ·
1 Parent(s): fb965d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -443,6 +443,9 @@ else:
443
 
444
  # Add disclaimer about cross-verification
445
  st.info("⚠️ **Note:** Please cross-verify important information with additional reliable sources.")
 
 
 
446
 
447
  if truth_label == "Uncertain":
448
  st.info("💡 **Tip for Uncertain Results:** This claim might be too recent for our sources, too specialized, or might not be widely reported or supported with evidence. It is also possible that the claim does not fall into any of these categories and our system may have failed to fetch the correct evidence. Try checking official sites and blogs, news sites, or other related documentation for more information.")
 
443
 
444
  # Add disclaimer about cross-verification
445
  st.info("⚠️ **Note:** Please cross-verify important information with additional reliable sources.")
446
+
447
+ # Add confidence interpretation note
448
+ st.info("💡 **Confidence Note:** The confidence percentage reflects our system's certainty in the overall verdict. Individual pieces of evidence presented in the explanation may reflect different confidence levels based on source reliability and specificity.")
449
 
450
  if truth_label == "Uncertain":
451
  st.info("💡 **Tip for Uncertain Results:** This claim might be too recent for our sources, too specialized, or might not be widely reported or supported with evidence. It is also possible that the claim does not fall into any of these categories and our system may have failed to fetch the correct evidence. Try checking official sites and blogs, news sites, or other related documentation for more information.")