jrkotun commited on
Commit
49e5dfb
·
verified ·
1 Parent(s): 3980981

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -83,7 +83,7 @@ query = st.text_input("Describe your ideal fragrance:")
83
 
84
  col1, col2 = st.columns(2)
85
  with col1:
86
- k = st.slider("Number of recommendations:", 1, 10, 3)
87
  with col2:
88
  min_rating = st.slider("Minimum rating:", 1.0, 5.0, 3.5)
89
 
 
83
 
84
  col1, col2 = st.columns(2)
85
  with col1:
86
+ k = st.slider("Number of recommendations:", 1, 10, 5)
87
  with col2:
88
  min_rating = st.slider("Minimum rating:", 1.0, 5.0, 3.5)
89