philipvollet commited on
Commit
0c7599e
1 Parent(s): 448e6c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from pathlib import Path
3
  import json
4
  from support_functions import HealthseaSearch
5
 
 
6
  # Header
7
  with open("style.css") as f:
8
  st.markdown("<style>" + f.read() + "</style>", unsafe_allow_html=True)
 
3
  import json
4
  from support_functions import HealthseaSearch
5
 
6
+
7
  # Header
8
  with open("style.css") as f:
9
  st.markdown("<style>" + f.read() + "</style>", unsafe_allow_html=True)