Spaces:
Runtime error
Runtime error
update idx
Browse files
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[
|
| 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
|