Update app.py
Browse files
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
|
| 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):
|