ccm commited on
Commit
1f4a5c3
·
1 Parent(s): 1286e40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def load_data():
18
  from datasets import load_dataset
19
 
20
  curves = load_dataset("cmudrc/wave-energy", data_files="curves.zip", split='train').to_pandas()
21
- curves = load_dataset("cmudrc/wave-energy", data_files="geometry.zip", split='train').to_pandas()
22
 
23
  # Open all the files we downloaded at the beginning and take out hte good bits
24
  # curves = data.iloc[:, [i for i in range(1, 3*64+1)]]
 
18
  from datasets import load_dataset
19
 
20
  curves = load_dataset("cmudrc/wave-energy", data_files="curves.zip", split='train').to_pandas()
21
+ geometry = load_dataset("cmudrc/wave-energy", data_files="geometry.zip", split='train').to_pandas()
22
 
23
  # Open all the files we downloaded at the beginning and take out hte good bits
24
  # curves = data.iloc[:, [i for i in range(1, 3*64+1)]]