Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ def check_username(username, version):
|
|
66 |
|
67 |
return output_md.strip(), issue_url(username, repos)
|
68 |
else:
|
69 |
-
output_md += "**No**, your code is not in
|
70 |
return output_md.strip(), ""
|
71 |
|
72 |
with gr.Blocks() as demo:
|
|
|
66 |
|
67 |
return output_md.strip(), issue_url(username, repos)
|
68 |
else:
|
69 |
+
output_md += "**No**, your code is not in RepoBench."
|
70 |
return output_md.strip(), ""
|
71 |
|
72 |
with gr.Blocks() as demo:
|