Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def check_username(username):
|
|
26 |
repo_word = "repository" if len(repos)==1 else "repositories"
|
27 |
output_md += f"**Yes**, there is code from **{len(repos)} {repo_word}** in The Stack:\n\n"
|
28 |
for repo in repos:
|
29 |
-
output_md += f"
|
30 |
else:
|
31 |
output_md += "**No**, your code is not in The Stack."
|
32 |
return output_md.strip()
|
|
|
26 |
repo_word = "repository" if len(repos)==1 else "repositories"
|
27 |
output_md += f"**Yes**, there is code from **{len(repos)} {repo_word}** in The Stack:\n\n"
|
28 |
for repo in repos:
|
29 |
+
output_md += f"_{repo}_\n\n"
|
30 |
else:
|
31 |
output_md += "**No**, your code is not in The Stack."
|
32 |
return output_md.strip()
|