From 2bf54f6bb3845e51a3d196c98e3e8c71934e4e56 Mon Sep 17 00:00:00 2001 From: waquas9248 <55626672+waquas9248@users.noreply.github.com> Date: Mon, 29 Jul 2024 04:49:50 -0500 Subject: [PATCH] style: Fixed small typos (#1174) --- code/backend/pages/01_Ingest_Data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/backend/pages/01_Ingest_Data.py b/code/backend/pages/01_Ingest_Data.py index be67f078c..3bc312726 100644 --- a/code/backend/pages/01_Ingest_Data.py +++ b/code/backend/pages/01_Ingest_Data.py @@ -111,7 +111,7 @@ def add_url_embeddings(urls: list[str]): col1, col2 = st.columns([3, 1]) with col1: st.text_area( - "Add a URLs and than click on 'Compute Embeddings'", + "Add URLs and then click on 'Compute Embeddings'", placeholder="PLACE YOUR URLS HERE SEPARATED BY A NEW LINE", height=100, key="urls",