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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def list_repos_for_download(token, author, repo_type):
77
 
78
  def on_manage_repo_select(repo_id):
79
  """Shows action buttons when a repo is selected in the Manage tab."""
80
- return gr.update(visible=bool(repo_id)),gr.update(value=repo_id)
81
 
82
  def delete_repo(token, repo_id, repo_type):
83
  """Deletes the selected repository."""
 
77
 
78
  def on_manage_repo_select(repo_id):
79
  """Shows action buttons when a repo is selected in the Manage tab."""
80
+ return gr.update(visible=bool(repo_id)),repo_id
81
 
82
  def delete_repo(token, repo_id, repo_type):
83
  """Deletes the selected repository."""