Spaces:
Runtime error
Runtime error
philipvollet
commited on
Commit
•
4608265
1
Parent(s):
c32c0c6
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,6 @@ from support_functions import HealthseaPipe
|
|
5 |
import operator
|
6 |
|
7 |
|
8 |
-
|
9 |
-
|
10 |
# Header
|
11 |
with open("style.css") as f:
|
12 |
st.markdown("<style>" + f.read() + "</style>", unsafe_allow_html=True)
|
|
|
5 |
import operator
|
6 |
|
7 |
|
|
|
|
|
8 |
# Header
|
9 |
with open("style.css") as f:
|
10 |
st.markdown("<style>" + f.read() + "</style>", unsafe_allow_html=True)
|