Trent commited on
Commit
4117251
·
1 Parent(s): 7e83032

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=list(MODELS_ID)[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=list(MODELS_ID), default=list(MODELS_ID)[0])
25
 
26
  anchor = st.text_input(
27
  'Please enter here the main text you want to compare:'