diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-09 01:18:49 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-04-09 01:18:49 +0200 |
commit | 82cb858b94c1e29835b7b5f430c0bfaacfac8c17 (patch) | |
tree | 6c40a6106dd987a9bd79fe4ecacec0d7a7422345 /rag | |
parent | 49bfc4afb349a7220669027bdde3f293bb65cdf8 (diff) |
Update description of select box
Diffstat (limited to 'rag')
-rw-r--r-- | rag/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ if __name__ == "__main__": ss = st.session_state st.header("Retrieval Augmented Generation") - model = st.selectbox("Model", options=MODELS) + model = st.selectbox("Generative Model", options=MODELS) files = st.file_uploader( "Choose pdfs to add to the knowledge base", |