Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -528,7 +528,7 @@ def main():
|
|
| 528 |
# base_url = "https://huggingface.co/datasets/Seetha/visual_files/tree/main"
|
| 529 |
# dataset = load_dataset(base_url, data_files='https://huggingface.co/datasets/Seetha/visual_files/blob/main/level2.json')
|
| 530 |
|
| 531 |
-
st.write(dataset)
|
| 532 |
|
| 533 |
# Write JSON to file
|
| 534 |
with open(DATA_FILE, 'w') as f: #w+
|
|
|
|
| 528 |
# base_url = "https://huggingface.co/datasets/Seetha/visual_files/tree/main"
|
| 529 |
# dataset = load_dataset(base_url, data_files='https://huggingface.co/datasets/Seetha/visual_files/blob/main/level2.json')
|
| 530 |
|
| 531 |
+
#st.write(dataset)
|
| 532 |
|
| 533 |
# Write JSON to file
|
| 534 |
with open(DATA_FILE, 'w') as f: #w+
|