christopher commited on
Commit
6aca8f1
1 Parent(s): c79cea2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def result_html(result):
15
  return (
16
  f"<div style=\"color:Blue;font-weight: bold\">{result.title.html}</div>"
17
  f"<a href=\"{result.target_uri}\" style=\"color:Green;\">{result.target_uri}</a>:<br>"
18
- f"<div>{result.snippet.html}</div>"
19
  )
20
 
21
  cola, colb, colc = st.columns([5,4,5])
 
15
  return (
16
  f"<div style=\"color:Blue;font-weight: bold\">{result.title.html}</div>"
17
  f"<a href=\"{result.target_uri}\" style=\"color:Green;\">{result.target_uri}</a>:<br>"
18
+ f"<div>{result.snippet.html}</div><br>"
19
  )
20
 
21
  cola, colb, colc = st.columns([5,4,5])