tianyang commited on
Commit
7bd10e0
·
1 Parent(s): 3ab8448

Update app.py

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