Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ with gzip.open(filepath, 'r') as f:
|
|
16 |
usernames["v1.0"] = json.loads(f.read().decode('utf-8'))
|
17 |
|
18 |
text = """\
|
19 |
-
🔍🌟AICodeFly⚡️ is a program to
|
20 |
-
This search
|
21 |
""" + """\
|
22 |
"""
|
23 |
|
|
|
16 |
usernames["v1.0"] = json.loads(f.read().decode('utf-8'))
|
17 |
|
18 |
text = """\
|
19 |
+
🔍🌟AICodeFly⚡️ is a program to search github repos. The goal is to make repos easy to search, review, clone and download. AI to make your coding experience fast and easy.
|
20 |
+
This search will match your term to find up to 100 github repositories that match your search. Use the link to shell the repository as html.
|
21 |
""" + """\
|
22 |
"""
|
23 |
|