Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -483,7 +483,7 @@ def main():
|
|
| 483 |
})
|
| 484 |
|
| 485 |
|
| 486 |
-
dataset = load_dataset("Seetha/
|
| 487 |
st.write(dataset)
|
| 488 |
# Write JSON to file
|
| 489 |
#with open(DATA_FILE, 'w') as f: #w+
|
|
|
|
| 483 |
})
|
| 484 |
|
| 485 |
|
| 486 |
+
dataset = load_dataset("Seetha/Visualization")
|
| 487 |
st.write(dataset)
|
| 488 |
# Write JSON to file
|
| 489 |
#with open(DATA_FILE, 'w') as f: #w+
|