Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -296,7 +296,7 @@ if 'text_search' not in st.session_state:
|
|
296 |
|
297 |
embeddings_model = Embeddings()
|
298 |
|
299 |
-
st.sidebar.
|
300 |
|
301 |
|
302 |
st.title("in in-class coding practice1 Demo")
|
|
|
296 |
|
297 |
embeddings_model = Embeddings()
|
298 |
|
299 |
+
model_type = st.sidebar.selectbox("Choose the model", ("50d"), index=1)
|
300 |
|
301 |
|
302 |
st.title("in in-class coding practice1 Demo")
|