TrungNQ commited on
Commit
f16d74c
·
verified ·
1 Parent(s): cc04d0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -189,4 +189,5 @@ grad.Interface(fn=converse,
189
 
190
  from datasets import list_datasets
191
  all_datasets = list_datasets()
192
- print(f"There are {len(all_datasets)} datasets currently available on the Hub") print(f"The first 10 are: {all_datasets[:10]}")
 
 
189
 
190
  from datasets import list_datasets
191
  all_datasets = list_datasets()
192
+ print(f"There are {len(all_datasets)} datasets currently available on the Hub")
193
+ print(f"The first 10 are: {all_datasets[:10]}")