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

Update app.py

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