Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ For more cool information on sentence embeddings, see the [sBert project](https:
|
|
| 71 |
|
| 72 |
n_texts = st.number_input(
|
| 73 |
f'''How many answers you want to compare with: '{anchor}'?''',
|
| 74 |
-
value=
|
| 75 |
min_value=2)
|
| 76 |
|
| 77 |
inputs = []
|
|
|
|
| 71 |
|
| 72 |
n_texts = st.number_input(
|
| 73 |
f'''How many answers you want to compare with: '{anchor}'?''',
|
| 74 |
+
value=3,
|
| 75 |
min_value=2)
|
| 76 |
|
| 77 |
inputs = []
|