rwcuffney commited on
Commit
792aca8
·
1 Parent(s): 99d5b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,4 +23,4 @@ import pandas as pd
23
  from datasets import load_dataset #this isn't working
24
  dataset = load_dataset("rwcuffney/pick_a_card_test")
25
 
26
- st.write(dataset[-1])
 
23
  from datasets import load_dataset #this isn't working
24
  dataset = load_dataset("rwcuffney/pick_a_card_test")
25
 
26
+ st.write(my_dataset_dictionary['test'][-1])