Arhashmi commited on
Commit
0c954ca
1 Parent(s): fc2385b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def main():
9
  global data
10
  global url
11
 
12
- st.title("Web Scraping and Chat App")
13
 
14
  url = st.text_input("Enter URL:")
15
 
 
9
  global data
10
  global url
11
 
12
+ st.title("Scraping App")
13
 
14
  url = st.text_input("Enter URL:")
15