Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -110,6 +110,8 @@ metadata = {key: value for key, value in first_observation.items() if key != 'im
|
|
| 110 |
print("Metadata for the first observation:")
|
| 111 |
for key, value in metadata.items():
|
| 112 |
print(f"{key}: {value}")
|
|
|
|
|
|
|
| 113 |
```
|
| 114 |
|
| 115 |
# Suggested Citation
|
|
|
|
| 110 |
print("Metadata for the first observation:")
|
| 111 |
for key, value in metadata.items():
|
| 112 |
print(f"{key}: {value}")
|
| 113 |
+
|
| 114 |
+
image.show()
|
| 115 |
```
|
| 116 |
|
| 117 |
# Suggested Citation
|