manandey commited on
Commit
7b04075
·
1 Parent(s): 113c045

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ For more cool information on sentence embeddings, see the [sBert project](https:
78
 
79
  n_texts = st.number_input(
80
  f'''How many answers you want to compare with: '{anchor}'?''',
81
- value=10,
82
  min_value=2)
83
 
84
  inputs = []
 
78
 
79
  n_texts = st.number_input(
80
  f'''How many answers you want to compare with: '{anchor}'?''',
81
+ value=3,
82
  min_value=2)
83
 
84
  inputs = []