vvv-knyazeva commited on
Commit
04eedcf
·
1 Parent(s): 340c86c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -56,10 +56,9 @@ st.markdown(page_bg_img, unsafe_allow_html=True)
56
  col1, col2, col3 = st.columns([1,8,1])
57
  #col1, col2 = st.columns(2)
58
 
59
- .stTitle {
60
- color: blue;
61
- }
62
-
63
 
64
  ### Гистограмма total_bill
65
  with col2:
 
56
  col1, col2, col3 = st.columns([1,8,1])
57
  #col1, col2 = st.columns(2)
58
 
59
+ <head>
60
+ <link rel="stylesheet" type="text/css" href="style.css">
61
+ </head>
 
62
 
63
  ### Гистограмма total_bill
64
  with col2: