mimic / app.py
raoufjat's picture
Update app.py
90901cd verified
raw
history blame
179 Bytes
# Install the datasets library
from datasets import load_dataset
# Load the dataset
dataset = load_dataset("MohamedRashad/arabic-books")
# Print the dataset info
print(dataset)