mmmapms commited on
Commit
3a10adc
·
verified ·
1 Parent(s): 9e2e619

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = df.rename(columns={
14
  'Price': 'Real Price',
15
  'DNN1': 'Neural Network 1',
16
  'DNN2': 'Neural Network 2',
 
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',
16
  'DNN2': 'Neural Network 2',