Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,7 +21,7 @@ import numpy as np
|
|
| 21 |
from datasets import load_dataset
|
| 22 |
|
| 23 |
dataset = load_dataset("torahCodes/Torah_Gnostic_Egypt_India_China_Greece_holy_texts_sources")
|
| 24 |
-
for dat in
|
| 25 |
print(dat)
|
| 26 |
|
| 27 |
def get_time():
|
|
|
|
| 21 |
from datasets import load_dataset
|
| 22 |
|
| 23 |
dataset = load_dataset("torahCodes/Torah_Gnostic_Egypt_India_China_Greece_holy_texts_sources")
|
| 24 |
+
for dat in dataset:
|
| 25 |
print(dat)
|
| 26 |
|
| 27 |
def get_time():
|