EdwardXu commited on
Commit
75b01e7
1 Parent(s): baa63a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ if 'text_search' not in st.session_state:
296
 
297
  embeddings_model = Embeddings()
298
 
299
- st.sidebar.write("Model Type: 50d")
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")