awacke1 commited on
Commit
fe853b6
·
1 Parent(s): 256c3be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -16,10 +16,8 @@ with gzip.open(filepath, 'r') as f:
16
  usernames["v1.0"] = json.loads(f.read().decode('utf-8'))
17
 
18
  text = """\
19
- ![](https://huggingface.co/spaces/bigcode/in-the-stack/resolve/main/banner.png)
20
- **_The Stack is an open governance interface between the AI community and the open source community._**
21
- # Stack Search By Keyword
22
- URL: [The Stack](https://huggingface.co/datasets/bigcode/the-stack), This search engine will match your search term and find up to 100 matches by keyword for example BeatSaber.
23
  """ + """\
24
  """
25
 
 
16
  usernames["v1.0"] = json.loads(f.read().decode('utf-8'))
17
 
18
  text = """\
19
+ 🔍🌟AICodeFly⚡️ is a program to make retrieving github repositories fast and easy to review and to download. Using AI to make your coding experience fast and easy.
20
+ This search engine will match your search term and find up to 100 github repositories that match. If you click Use the link to shell the repository as html will be added to the page.
 
 
21
  """ + """\
22
  """
23