satya11 commited on
Commit
6946762
·
verified ·
1 Parent(s): a539a5e

Update pages/4.Simple EDA.py

Browse files
Files changed (1) hide show
  1. pages/4.Simple EDA.py +2 -2
pages/4.Simple EDA.py CHANGED
@@ -5,7 +5,7 @@ st.markdown("""
5
  <style>
6
  /* Main background and font settings */
7
  body {
8
- background-color: #f8f9fa;
9
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
10
  }
11
 
@@ -95,7 +95,7 @@ st.markdown("""
95
 
96
  /* Code block styling */
97
  .stCodeBlock {
98
- background-color: #f5f5f5;
99
  border-radius: 4px;
100
  padding: 15px;
101
  border-left: 4px solid #95a5a6;
 
5
  <style>
6
  /* Main background and font settings */
7
  body {
8
+ background-color: black;
9
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
10
  }
11
 
 
95
 
96
  /* Code block styling */
97
  .stCodeBlock {
98
+ background-color: white;
99
  border-radius: 4px;
100
  padding: 15px;
101
  border-left: 4px solid #95a5a6;