Update app.py
Browse files
app.py
CHANGED
|
@@ -42,6 +42,8 @@ for i in range(3):
|
|
| 42 |
|
| 43 |
purs=st.button("gotcha", disabled=not any(url.strip() for url in urs))
|
| 44 |
if purs:
|
|
|
|
|
|
|
| 45 |
mp.text("Loading..URl..Loader....☑️☑️☑️")
|
| 46 |
sic=UnstructuredURLLoader(urls=urs)
|
| 47 |
docs=sic.load()
|
|
|
|
| 42 |
|
| 43 |
purs=st.button("gotcha", disabled=not any(url.strip() for url in urs))
|
| 44 |
if purs:
|
| 45 |
+
for i in urs:
|
| 46 |
+
st.write(i)
|
| 47 |
mp.text("Loading..URl..Loader....☑️☑️☑️")
|
| 48 |
sic=UnstructuredURLLoader(urls=urs)
|
| 49 |
docs=sic.load()
|