mmmapms commited on
Commit
cd35b87
·
verified ·
1 Parent(s): 946b348

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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