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