IamVicky111 commited on
Commit
71dba73
·
verified ·
1 Parent(s): 66b76c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -42,10 +42,8 @@ def scrape_and_summarize(prompt, source):
42
 
43
  # Gradio User interface
44
  with gr.Blocks() as demo:
45
- gr.Markdown("# Scrape websites, no-code version")
46
- gr.Markdown("""Easily scrape and summarize web content using advanced AI models on the Hugging Face Hub without writing any code. Input your desired prompt and source URL to get started.
47
- This is a no-code version of the excellent lib [ScrapeGraphAI](https://github.com/VinciGit00/Scrapegraph-ai).
48
- It's a basic demo and a work in progress. Please contribute to it to make it more useful!""")
49
  #(https://github.com/VinciGit00/Scrapegraph-ai) is suggested by the tutor
50
  with gr.Row():
51
  with gr.Column():
 
42
 
43
  # Gradio User interface
44
  with gr.Blocks() as demo:
45
+ gr.Markdown("A project on WEB-SCRAPING using Mistral model")
46
+ gr.Markdown("""Effortlessly extract and condense web content using cutting-edge AI models from the Hugging Face Hub—no coding required! Simply provide your desired prompt and source URL to begin. This no-code solution is inspired by the impressive library ScrapeGraphAI, and while it’s currently a basic demo, we encourage contributions to enhance its utility!""")
 
 
47
  #(https://github.com/VinciGit00/Scrapegraph-ai) is suggested by the tutor
48
  with gr.Row():
49
  with gr.Column():