Spaces:
Running
Running
L54 updated
Browse files
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
|
|
|
|
|
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)."
|