eaglelandsonce commited on
Commit
fe4a3d8
1 Parent(s): d8c55a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -92,6 +92,8 @@ user_query = st.text_input("Enter your query:", "" )
92
  # Advanced options
93
  st.sidebar.header("Advanced Options")
94
  filter_str = st.sidebar.text_input("Filter String:", "")
 
 
95
 
96
  if st.button('Search'):
97
  if user_query:
 
92
  # Advanced options
93
  st.sidebar.header("Advanced Options")
94
  filter_str = st.sidebar.text_input("Filter String:", "")
95
+ lambda_val = st.sidebar.slider("Lambda Value:", min_value=0.0, max_value=1.0, value=0.025)
96
+
97
 
98
  if st.button('Search'):
99
  if user_query: