mmmapms commited on
Commit
b18a937
1 Parent(s): e71b550

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -9,9 +9,7 @@ from datasets import load_dataset
9
 
10
  @st.cache_data
11
  def load_data_predictions():
12
- #df = pd.read_csv('Predictions.csv')
13
- df=load_dataset("EDS-lab/Forecasts")
14
- print(df)
15
  df = df.rename(columns={
16
  'Price': 'Real Price',
17
  'DNN1': 'Neural Network 1',
 
9
 
10
  @st.cache_data
11
  def load_data_predictions():
12
+ df = pd.read_csv('Predictions.csv')
 
 
13
  df = df.rename(columns={
14
  'Price': 'Real Price',
15
  'DNN1': 'Neural Network 1',