Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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?',
|