lvwerra HF Staff commited on
Commit
28bd1d5
ยท
1 Parent(s): f881d21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def scisearch(query, language, num_results=10):
66
  return process_results(results, highlight_terms)
67
 
68
 
69
- description = """# <p style="text-align: center; color: white;"> ๐Ÿ”Ž <span style='color: #ff75b3;'>๐ŸŽ… SantaCoder:</span> Dataset Search ๐Ÿ” </p>
70
  <span style='color: white;'>When you use <a href="todo" style="color: #ff75b3;">IceCoder</a> to generate code it might produce exact copies of code in the pretraining dataset. In that case the code requires
71
  and with this search tool we aim to provide help to finding out where the code came from.</span>"""
72
 
 
66
  return process_results(results, highlight_terms)
67
 
68
 
69
+ description = """# <p style="text-align: center; color: white;"><span style='color: #ff75b3;'>๐ŸŽ… SantaCoder:</span> Dataset Search ๐Ÿ” </p>
70
  <span style='color: white;'>When you use <a href="todo" style="color: #ff75b3;">IceCoder</a> to generate code it might produce exact copies of code in the pretraining dataset. In that case the code requires
71
  and with this search tool we aim to provide help to finding out where the code came from.</span>"""
72