Update app.py
Browse files
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 |
-
|
20 |
-
|
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 |
|