ola13 commited on
Commit
b19469c
·
1 Parent(s): b181032
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ if st.sidebar.button("Search"):
67
  results = search(query)
68
  results_html = ""
69
  for result in results:
70
- results_html += result + "<br><br><hr><br>"
71
  rendered_results = f"""
72
  <div id="searchresultsarea">
73
  {results_html}
 
67
  results = search(query)
68
  results_html = ""
69
  for result in results:
70
+ results_html += result + "<br><br><hr><br><br>"
71
  rendered_results = f"""
72
  <div id="searchresultsarea">
73
  {results_html}