Skip to content

Commit 2bf54f6

Browse files
authored
style: Fixed small typos (#1174)
1 parent ff1d0df commit 2bf54f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/backend/pages/01_Ingest_Data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def add_url_embeddings(urls: list[str]):
111111
col1, col2 = st.columns([3, 1])
112112
with col1:
113113
st.text_area(
114-
"Add a URLs and than click on 'Compute Embeddings'",
114+
"Add URLs and then click on 'Compute Embeddings'",
115115
placeholder="PLACE YOUR URLS HERE SEPARATED BY A NEW LINE",
116116
height=100,
117117
key="urls",

0 commit comments

Comments
 (0)