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

color plot

Browse files
streamlit_simulation/__pycache__/config_streamlit.cpython-311.pyc CHANGED
Binary files a/streamlit_simulation/__pycache__/config_streamlit.cpython-311.pyc and b/streamlit_simulation/__pycache__/config_streamlit.cpython-311.pyc differ
 
streamlit_simulation/config_streamlit.py CHANGED
@@ -12,15 +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
- TEXT_COLOR = "#004080" # Primary text color (clean dark blue)
16
- HEADER_COLOR = "#002855" # Accent color for headings
17
- ACCENT_COLOR = "#9bb2cc" # For borders, highlights, etc.
18
- BUTTON_BG = "#dee7f0" # Background color for buttons
19
- BUTTON_HOVER_BG = "#cbd9e6" # Hover color for buttons
20
- BG_COLOR = "#ffffff" # Page background
21
- INPUT_BG = "#f2f6fa" # Background for select boxes, inputs
22
- PROGRESS_COLOR = "#0077B6" # Progress bar color
23
- PLOT_COLOR = "#edf1f7" # Plot background color
24
 
25
  # Constants
26
  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 = "#e4eaf0" # Plot background color
 
 
 
 
 
 
 
 
16
 
17
  # Constants
18
  TRAIN_RATIO = 0.7 # Train/test split ratio used by both models