Trent commited on
Commit
49df3e2
·
1 Parent(s): 0be3a1a

Default model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ For more cool information on sentence embeddings, see the [sBert project](https:
21
  Please enjoy!!
22
  ''')
23
 
24
- select_models = st.multiselect("Choose models", options=MODELS_ID.keys(), default=MODELS_ID.keys()[0])
25
 
26
  anchor = st.text_input(
27
  'Please enter here the main text you want to compare:'
 
21
  Please enjoy!!
22
  ''')
23
 
24
+ select_models = st.multiselect("Choose models", options=MODELS_ID.keys(), default=list(MODELS_ID.keys())[0])
25
 
26
  anchor = st.text_input(
27
  'Please enter here the main text you want to compare:'