philipvollet commited on
Commit
fbfd9c5
·
1 Parent(s): c87df94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from support_functions import HealthseaPipe
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)
 
5
  import operator
6
 
7
 
8
+
9
  # Header
10
  with open("style.css") as f:
11
  st.markdown("<style>" + f.read() + "</style>", unsafe_allow_html=True)