Skip to content

Commit

Permalink
style: Fixed small typos (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
waquas9248 authored Jul 29, 2024
1 parent ff1d0df commit 2bf54f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/backend/pages/01_Ingest_Data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2bf54f6

Please sign in to comment.