From 82cb858b94c1e29835b7b5f430c0bfaacfac8c17 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 9 Apr 2024 01:18:49 +0200 Subject: Update description of select box --- rag/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rag') diff --git a/rag/ui.py b/rag/ui.py index 4742094..211c4b8 100644 --- a/rag/ui.py +++ b/rag/ui.py @@ -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", -- cgit v1.2.3-70-g09d2