Spaces:
Sleeping
Sleeping
Commit
·
86cd202
1
Parent(s):
09018bc
Update app.py
Browse files
app.py
CHANGED
@@ -120,6 +120,7 @@ with st.sidebar:
|
|
120 |
st.sidebar.markdown('<span class="blue-underline">Life Enhancing with AI.</span>', unsafe_allow_html=True)
|
121 |
with st.spinner("Preparing website materials for you..."):
|
122 |
try:
|
|
|
123 |
loader = WebBaseLoader(url)
|
124 |
raw_text = loader.load()
|
125 |
page_content = raw_text[0].page_content
|
|
|
120 |
st.sidebar.markdown('<span class="blue-underline">Life Enhancing with AI.</span>', unsafe_allow_html=True)
|
121 |
with st.spinner("Preparing website materials for you..."):
|
122 |
try:
|
123 |
+
url="https://www.usinoip.com"
|
124 |
loader = WebBaseLoader(url)
|
125 |
raw_text = loader.load()
|
126 |
page_content = raw_text[0].page_content
|