davidmezzetti commited on
Commit
b056a47
1 Parent(s): dcff7bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ class Application:
86
 
87
  if component == "embeddings":
88
  st.sidebar.markdown("**Embeddings Index** \n*Index workflow output*")
89
- options["path"] = st.sidebar.text_area("Embeddings model path", value="sentence-transformers/nli-mpnet-base-v2")
90
  options["upsert"] = st.sidebar.checkbox("Upsert")
91
 
92
  elif component == "summary":
 
86
 
87
  if component == "embeddings":
88
  st.sidebar.markdown("**Embeddings Index** \n*Index workflow output*")
89
+ options["path"] = st.sidebar.text_input("Embeddings model path", value="sentence-transformers/nli-mpnet-base-v2")
90
  options["upsert"] = st.sidebar.checkbox("Upsert")
91
 
92
  elif component == "summary":