Update pages/Video_Chat.py
Browse files- pages/Video_Chat.py +2 -2
pages/Video_Chat.py
CHANGED
@@ -95,11 +95,11 @@ def ingest_documents(url):
|
|
95 |
|
96 |
|
97 |
# Streamlit app
|
98 |
-
st.title("Talk to
|
99 |
|
100 |
st.markdown("""
|
101 |
This tool allows you to chat with Video Content. Here's how to use it:
|
102 |
-
1. Enter the URL of the
|
103 |
2. Enter the collection name for the vector store.
|
104 |
3. Click the "Ingest and Setup" button to crawl the documentation (if URL provided) and set up the query engine.
|
105 |
4. Once setup is complete, enter your query in the text box.
|
|
|
95 |
|
96 |
|
97 |
# Streamlit app
|
98 |
+
st.title("Talk to any Youtube Video")
|
99 |
|
100 |
st.markdown("""
|
101 |
This tool allows you to chat with Video Content. Here's how to use it:
|
102 |
+
1. Enter the URL of the Youtube Video you want to chat about (optional if using an existing collection).
|
103 |
2. Enter the collection name for the vector store.
|
104 |
3. Click the "Ingest and Setup" button to crawl the documentation (if URL provided) and set up the query engine.
|
105 |
4. Once setup is complete, enter your query in the text box.
|