broadfield-dev commited on
Commit
196a138
·
verified ·
1 Parent(s): b49016e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: