LeetTools commited on
Commit
b1118a6
·
verified ·
1 Parent(s): 7b647a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # ask.py
2
 
3
  [![License](https://img.shields.io/github/license/pengfeng/ask.py)](LICENSE)
@@ -171,4 +180,4 @@ Now you can use the HuggingFace space app to run your queries.
171
 
172
  - [Search like Perplexity](demos/search_and_answer.md)
173
  - [Only use the latest information from a specific site](demos/search_on_site_and_date.md)
174
- - [Extract information from web search results](demos/search_and_extract.md)
 
1
+ ---
2
+ title: ask.py
3
+ app_file: ask.py
4
+ sdk: gradio
5
+ sdk_version: 5.3.0
6
+ license: mit
7
+ pinned: true
8
+ short_description: A single Python program as an AI-search engine
9
+ ---
10
  # ask.py
11
 
12
  [![License](https://img.shields.io/github/license/pengfeng/ask.py)](LICENSE)
 
180
 
181
  - [Search like Perplexity](demos/search_and_answer.md)
182
  - [Only use the latest information from a specific site](demos/search_on_site_and_date.md)
183
+ - [Extract information from web search results](demos/search_and_extract.md)