Spaces:
Runtime error
Runtime error
Commit
·
04eedcf
1
Parent(s):
340c86c
Update app.py
Browse files
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 |
-
|
60 |
-
|
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:
|