IamVicky111 commited on
Commit
be551d0
·
verified ·
1 Parent(s): dde988c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def scrape_and_summarize(prompt, source):
63
 
64
  # Gradio interface
65
  with gr.Blocks() as demo:
66
- gr.Markdown("Websites Scraper using Mistral AI")
67
  gr.Markdown("""This is a no code ML app for scraping <br> 1. Just provide the Prompt, ie., the items you wanna Scrap from the website <br> 2. Provide the url for the site you wanna Scrap, click Generate<br> And BOOM 💥 you can copy the result and view the execution details in the right side pannel """)
68
 
69
  with gr.Row():
 
63
 
64
  # Gradio interface
65
  with gr.Blocks() as demo:
66
+ gr.Markdown("<h1>Websites Scraper using Mistral AI</h1>")
67
  gr.Markdown("""This is a no code ML app for scraping <br> 1. Just provide the Prompt, ie., the items you wanna Scrap from the website <br> 2. Provide the url for the site you wanna Scrap, click Generate<br> And BOOM 💥 you can copy the result and view the execution details in the right side pannel """)
68
 
69
  with gr.Row():