Synacknetwork commited on
Commit
7095423
·
verified ·
1 Parent(s): 1b203be

Update app.py

Browse files

Changed some small stuffs.

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,8 +138,8 @@ iface = gr.Interface(
138
  gr.Textbox(label="Keywords Found", lines=10, placeholder="URLs with matching keywords will be shown here...", interactive=False)
139
  ],
140
  live=True,
141
- title="Web Crawler",
142
- description="A simple web crawler that searches for keywords in websites."
143
  )
144
 
145
  # Launch the Gradio app
 
138
  gr.Textbox(label="Keywords Found", lines=10, placeholder="URLs with matching keywords will be shown here...", interactive=False)
139
  ],
140
  live=True,
141
+ title="WebCrawlPLUS",
142
+ description="A web crawler that searches for keywords and shit."
143
  )
144
 
145
  # Launch the Gradio app