Spaces:
Runtime error
Runtime error
philipvollet
commited on
Commit
•
999abd2
1
Parent(s):
0c7599e
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ from pathlib import Path
|
|
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)
|
|
|
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)
|