Spaces:
Running
Running
Mokshith Salian
commited on
Commit
·
d5305d6
1
Parent(s):
f937fdb
made small change
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ def main():
|
|
18 |
layout="wide",
|
19 |
)
|
20 |
|
21 |
-
st.title("🕸️
|
22 |
-
st.write("Scrape web content with privacy protection and open-source LLM processing")
|
23 |
|
24 |
# Configuration section
|
25 |
with st.sidebar:
|
|
|
18 |
layout="wide",
|
19 |
)
|
20 |
|
21 |
+
st.title("🕸️ LLM Web Scraper")
|
22 |
+
st.write("Scrape web content with privacy protection and open-source LLM processing - by Mokshith salian")
|
23 |
|
24 |
# Configuration section
|
25 |
with st.sidebar:
|