HarryLee commited on
Commit
0d2a873
·
1 Parent(s): bec78e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ user_query = st.text_input("Enter a query for the generated text: e.g., gift, ho
36
  # Add selectbox in streamlit
37
  option1 = st.sidebar.selectbox(
38
  'Which transformers model would you like to be selected?',
39
- ('multi-qa-MiniLM-L6-cos-v1','louis030195/multi-qa-MiniLM-L6-cos-v1-de-ecommerce‘,'null'))
40
 
41
  option2 = st.sidebar.selectbox(
42
  'Which corss-encoder model would you like to be selected?',
 
36
  # Add selectbox in streamlit
37
  option1 = st.sidebar.selectbox(
38
  'Which transformers model would you like to be selected?',
39
+ ('multi-qa-MiniLM-L6-cos-v1','louis030195/multi-qa-MiniLM-L6-cos-v1-de-ecommerce','null'))
40
 
41
  option2 = st.sidebar.selectbox(
42
  'Which corss-encoder model would you like to be selected?',