summaryrefslogtreecommitdiff
path: root/rag/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'rag/ui.py')
-rw-r--r--rag/ui.py2
1 files changed, 1 insertions, 1 deletions
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",