We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1d0df commit 2bf54f6Copy full SHA for 2bf54f6
code/backend/pages/01_Ingest_Data.py
@@ -111,7 +111,7 @@ def add_url_embeddings(urls: list[str]):
111
col1, col2 = st.columns([3, 1])
112
with col1:
113
st.text_area(
114
- "Add a URLs and than click on 'Compute Embeddings'",
+ "Add URLs and then click on 'Compute Embeddings'",
115
placeholder="PLACE YOUR URLS HERE SEPARATED BY A NEW LINE",
116
height=100,
117
key="urls",
0 commit comments