cakiki commited on
Commit
0940700
1 Parent(s): 626fb97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -44,9 +44,7 @@ def process_results(results, query):
44
  <span style='color: #00134d;'>{}</span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<b>License: </b><span style='color: #00134d;'>{}</span></p>
45
  <br>
46
  <pre style='height: {}px; overflow-y: scroll; overflow-x: hidden; color: #d9d9d9;border: 1px solid #e6b800; padding: 10px'><code>{}</code></pre>
47
- <br>
48
  <hr>
49
- <br>
50
  """.format(repository, path, f"{repository}/{path}", language, license, code_height, text_html)
51
  return results_html
52
 
 
44
  <span style='color: #00134d;'>{}</span>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;<b>License: </b><span style='color: #00134d;'>{}</span></p>
45
  <br>
46
  <pre style='height: {}px; overflow-y: scroll; overflow-x: hidden; color: #d9d9d9;border: 1px solid #e6b800; padding: 10px'><code>{}</code></pre>
 
47
  <hr>
 
48
  """.format(repository, path, f"{repository}/{path}", language, license, code_height, text_html)
49
  return results_html
50