Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ if not selected_variables:
|
|
45 |
else:
|
46 |
# Plotting
|
47 |
st.write("## Belgian Day-Ahead Electricity Prices")
|
48 |
-
temp_df = df[(df['Date'] >= pd.Timestamp(start_date)) & (df['Date'] <= pd.Timestamp(end_date))]
|
49 |
fig = go.Figure()
|
50 |
|
51 |
# Updated labels for each variable
|
|
|
45 |
else:
|
46 |
# Plotting
|
47 |
st.write("## Belgian Day-Ahead Electricity Prices")
|
48 |
+
temp_df = df[(df['Date'] >= pd.Timestamp(start_date))]# & (df['Date'] <= pd.Timestamp(end_date))]
|
49 |
fig = go.Figure()
|
50 |
|
51 |
# Updated labels for each variable
|