Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,7 @@ def delete_repo(token, repo_id, repo_type):
|
|
| 94 |
return repo_id, gr.update(visible=True), gr.update(visible=False)
|
| 95 |
|
| 96 |
def archive_repo(token, repo_id, archive_repo):
|
| 97 |
-
print(repo_id)
|
| 98 |
|
| 99 |
"""Deletes the selected repository."""
|
| 100 |
if not token:
|
|
|
|
| 94 |
return repo_id, gr.update(visible=True), gr.update(visible=False)
|
| 95 |
|
| 96 |
def archive_repo(token, repo_id, archive_repo):
|
| 97 |
+
print(str(repo_id))
|
| 98 |
|
| 99 |
"""Deletes the selected repository."""
|
| 100 |
if not token:
|