merve HF Staff commited on
Commit
43bad97
·
1 Parent(s): 8f99d94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def get_repo_ids(repo_type):
28
  notebooks = api.list_datasets(filter=["notebook-favorites"])
29
  print(notebooks)
30
  notebook_ids = [x for x in notebooks]
31
- return notebook_ids_ids
32
 
33
 
34
  def make_clickable_user(user_id):
 
28
  notebooks = api.list_datasets(filter=["notebook-favorites"])
29
  print(notebooks)
30
  notebook_ids = [x for x in notebooks]
31
+ return notebook_ids
32
 
33
 
34
  def make_clickable_user(user_id):