Spaces:
Build error
Build error
Update pages/Steps_Involved_In_DataAnalysis.py
Browse files
pages/Steps_Involved_In_DataAnalysis.py
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
-
|
| 4 |
-
<style>
|
| 5 |
/* Set a soft background color */
|
| 6 |
body {
|
| 7 |
background-color: #eef2f7;
|
| 8 |
}
|
| 9 |
/* Style for main title */
|
| 10 |
h1 {
|
| 11 |
-
color: #
|
| 12 |
font-family: 'Roboto', sans-serif;
|
| 13 |
font-weight: 700;
|
| 14 |
text-align: center;
|
|
@@ -16,15 +15,21 @@ st.markdown("""
|
|
| 16 |
}
|
| 17 |
/* Style for headers */
|
| 18 |
h2 {
|
| 19 |
-
color: #
|
| 20 |
font-family: 'Roboto', sans-serif;
|
| 21 |
font-weight: 600;
|
| 22 |
margin-top: 30px;
|
| 23 |
}
|
| 24 |
|
| 25 |
/* Style for subheaders */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
.custom-subheader {
|
| 27 |
-
color: #
|
| 28 |
font-family: 'Roboto', sans-serif;
|
| 29 |
font-weight: 600;
|
| 30 |
margin-bottom: 15px;
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import pandas as pd
|
| 3 |
+
<style>
|
|
|
|
| 4 |
/* Set a soft background color */
|
| 5 |
body {
|
| 6 |
background-color: #eef2f7;
|
| 7 |
}
|
| 8 |
/* Style for main title */
|
| 9 |
h1 {
|
| 10 |
+
color: #00FFFF;
|
| 11 |
font-family: 'Roboto', sans-serif;
|
| 12 |
font-weight: 700;
|
| 13 |
text-align: center;
|
|
|
|
| 15 |
}
|
| 16 |
/* Style for headers */
|
| 17 |
h2 {
|
| 18 |
+
color: #FFFACD;
|
| 19 |
font-family: 'Roboto', sans-serif;
|
| 20 |
font-weight: 600;
|
| 21 |
margin-top: 30px;
|
| 22 |
}
|
| 23 |
|
| 24 |
/* Style for subheaders */
|
| 25 |
+
h3 {
|
| 26 |
+
color: #ba95b0;
|
| 27 |
+
font-family: 'Roboto', sans-serif;
|
| 28 |
+
font-weight: 500;
|
| 29 |
+
margin-top: 20px;
|
| 30 |
+
}
|
| 31 |
.custom-subheader {
|
| 32 |
+
color: #00FFFF;
|
| 33 |
font-family: 'Roboto', sans-serif;
|
| 34 |
font-weight: 600;
|
| 35 |
margin-bottom: 15px;
|