awacke1 commited on
Commit
c413759
1 Parent(s): 032faef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 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
 
 
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