Mokshith Salian commited on
Commit
d5305d6
·
1 Parent(s): f937fdb

made small change

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ def main():
18
  layout="wide",
19
  )
20
 
21
- st.title("🕸️ Free LLM Web Scraper")
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: