Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
46 |
-
gr.Markdown("""
|
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():
|