lvwerra HF Staff commited on
Commit
ea75bda
ยท
1 Parent(s): f5e91d1

Update app.py

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