eagle0504 commited on
Commit
5b858b3
1 Parent(s): 94245dc

L54 updated

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -51,7 +51,9 @@ run_ai_judge = st.sidebar.selectbox(
51
  "Shall we run AI Judge to provide additional scores?", ("No", "Yes")
52
  )
53
  special_threshold = st.sidebar.number_input(
54
- "Insert a number", value=0.2, placeholder="Type a number..."
 
 
55
  )
56
  st.sidebar.warning(
57
  "The 'distances' measures how close your question is to the questions in our database (lower the score the better). The 'ai_judge' measures independent similarity ranking of database answers and user's question (the higher the better)."
 
51
  "Shall we run AI Judge to provide additional scores?", ("No", "Yes")
52
  )
53
  special_threshold = st.sidebar.number_input(
54
+ "Insert a threshold for distances score to filter data:",
55
+ value=0.2,
56
+ placeholder="Type a number...",
57
  )
58
  st.sidebar.warning(
59
  "The 'distances' measures how close your question is to the questions in our database (lower the score the better). The 'ai_judge' measures independent similarity ranking of database answers and user's question (the higher the better)."