KeynesYouDigIt commited on
Commit
d8136fe
·
1 Parent(s): 111fd24

try to display ds

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -24,5 +24,4 @@ test = data.iloc[split_point:]
24
  train_np = train.to_numpy()
25
  test_np = test.to_numpy()
26
 
27
- boi = st.dataframe(data)
28
- st.write(data)
 
24
  train_np = train.to_numpy()
25
  test_np = test.to_numpy()
26
 
27
+ st.dataframe(data)