Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from datasets import load_dataset
|
|
10 |
@st.cache_data
|
11 |
def load_data_predictions():
|
12 |
#df = pd.read_csv('Predictions.csv')
|
13 |
-
df=load_dataset("mmmapms/Forecasts")
|
14 |
df = df.rename(columns={
|
15 |
'Price': 'Real Price',
|
16 |
'DNN1': 'Neural Network 1',
|
|
|
10 |
@st.cache_data
|
11 |
def load_data_predictions():
|
12 |
#df = pd.read_csv('Predictions.csv')
|
13 |
+
df=load_dataset("mmmapms/Forecasts", revision="main")
|
14 |
df = df.rename(columns={
|
15 |
'Price': 'Real Price',
|
16 |
'DNN1': 'Neural Network 1',
|