Sebasdi commited on
Commit
289b415
·
1 Parent(s): c6fd2a1

update idx

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ dataset = load_dataset("Sebasdi/ARC_50_full")
6
 
7
  # Define a function to display dataset rows
8
  def show_example(index):
9
- example = dataset['train'][index]
10
  return example
11
 
12
  # Create a Gradio interface
 
6
 
7
  # Define a function to display dataset rows
8
  def show_example(index):
9
+ example = dataset[index]
10
  return example
11
 
12
  # Create a Gradio interface