ntbperst commited on
Commit
453801a
·
verified ·
1 Parent(s): 7c76bab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -88,6 +88,7 @@ def search_content(query, pages, api_key):
88
  # Create the Gradio interface
89
  with gr.Blocks() as demo:
90
  gr.Markdown("# AnyCrawl, Turning web into LLM-ready.")
 
91
  gr.Markdown(
92
  "Get your API key from [AnyCrawl.dev](https://anycrawl.dev), The free test api_key: ac-d4b8045a313b7a6c694fe046ff3a7, the free is limited, if you like AnyCrawl, please sign up and get your own api_key"
93
  )
 
88
  # Create the Gradio interface
89
  with gr.Blocks() as demo:
90
  gr.Markdown("# AnyCrawl, Turning web into LLM-ready.")
91
+ gr.Markdown("## We are open-sourced under the MIT License, and you can deploy it yourself anytime.")
92
  gr.Markdown(
93
  "Get your API key from [AnyCrawl.dev](https://anycrawl.dev), The free test api_key: ac-d4b8045a313b7a6c694fe046ff3a7, the free is limited, if you like AnyCrawl, please sign up and get your own api_key"
94
  )