Nymbo commited on
Commit
63ec93c
1 Parent(s): 745dbea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -41,11 +41,8 @@ def scrape_and_summarize(prompt, source):
41
  return result, prettify_exec_info(exec_info)
42
 
43
  # Gradio 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
 
50
  with gr.Row():
51
  with gr.Column():
 
41
  return result, prettify_exec_info(exec_info)
42
 
43
  # Gradio interface
44
+ with gr.Blocks(theme="Nymbo_Alyx_Theme") as demo:
45
+ gr.Markdown("# Scrape with Instructions")
 
 
 
46
 
47
  with gr.Row():
48
  with gr.Column():