Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
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 = []
|