3v324v23 commited on
Commit
5ff2da1
·
1 Parent(s): aa2345b

color plot

Browse files
.streamlit/config.toml CHANGED
@@ -3,7 +3,7 @@ base="light"
3
  primaryColor="#FF4B4B"
4
  backgroundColor="#f8f9fa"
5
  textColor="#004080"
6
- secondaryBackgroundColor="#e3e8ef"
7
  font="sans serif"
8
 
9
 
 
3
  primaryColor="#FF4B4B"
4
  backgroundColor="#f8f9fa"
5
  textColor="#004080"
6
+ secondaryBackgroundColor="#edf1f7"
7
  font="sans serif"
8
 
9
 
streamlit_simulation/config_streamlit.py CHANGED
@@ -12,7 +12,7 @@ MODEL_PATH_TRANSFORMER = os.path.join(BASE_DIR, "transformer_model", "model", "c
12
  DATA_PATH = os.path.join(BASE_DIR, "data", "processed", "energy_consumption_aggregated_cleaned.csv")
13
 
14
  # Color palette for Streamlit layout
15
- PLOT_COLOR = "#e4eaf0" # Plot background color
16
 
17
  # Constants
18
  TRAIN_RATIO = 0.7 # Train/test split ratio used by both models
 
12
  DATA_PATH = os.path.join(BASE_DIR, "data", "processed", "energy_consumption_aggregated_cleaned.csv")
13
 
14
  # Color palette for Streamlit layout
15
+ PLOT_COLOR = "#edf1f7" # Plot background color
16
 
17
  # Constants
18
  TRAIN_RATIO = 0.7 # Train/test split ratio used by both models