eagle0504 commited on
Commit
8945c2d
1 Parent(s): af1aa37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ st.sidebar.markdown(
206
 
207
  """)
208
  st.sidebar.success("Please enter a distance threshold (we advise to set it around 0.2).")
209
- special_threshold = st.number_input("Insert a number", value=0.2, placeholder="Type a number...") # 0.3
210
  clear_button = st.sidebar.button("Clear Conversation", key="clear")
211
 
212
  if clear_button:
 
206
 
207
  """)
208
  st.sidebar.success("Please enter a distance threshold (we advise to set it around 0.2).")
209
+ special_threshold = st.sidebar.number_input("Insert a number", value=0.2, placeholder="Type a number...") # 0.3
210
  clear_button = st.sidebar.button("Clear Conversation", key="clear")
211
 
212
  if clear_button: