cakiki commited on
Commit
948bf7a
β€’
1 Parent(s): f8a45ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def search(query, num_results=10):
73
 
74
  description = """# <p style="text-align: center;"><span style='color: #e6b800;'>StarCoder:</span> Dataset Search πŸ” </p>
75
  <span>When using <a href="https://huggingface.co/bigcode/large-model" style="color: #e6b800;">StarCoder</a> to generate code, it might produce exact copies of code in the pretraining dataset. \
76
- In that case, the code license might have requirements to comply with. With this search tool, our aim is to help in identifying if the code belongs to an existing repository. For exact matches, enclose your query in double quotes.</span>"""
77
 
78
  theme = gr.themes.Monochrome(
79
  primary_hue="indigo",
 
73
 
74
  description = """# <p style="text-align: center;"><span style='color: #e6b800;'>StarCoder:</span> Dataset Search πŸ” </p>
75
  <span>When using <a href="https://huggingface.co/bigcode/large-model" style="color: #e6b800;">StarCoder</a> to generate code, it might produce exact copies of code in the pretraining dataset. \
76
+ In that case, the code license might have requirements to comply with. With this search tool, our aim is to help in identifying if the code belongs to an existing repository. For exact matches, enclose your query in double quotes. This first iteration of the search tool will truncated queries to 200 characters, so as not to overwhelm the server this is currently running on, as we work on scaling it up.</span>"""
77
 
78
  theme = gr.themes.Monochrome(
79
  primary_hue="indigo",