osanseviero HF staff commited on
Commit
57f8faa
1 Parent(s): a4aa9c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def duplicate(source_repo, dst_repo, token, repo_type):
55
  elif os.path.isdir(file_path):
56
  shutil.rmtree(file_path)
57
 
58
- return f"Find your repo <a href='{url}' target=\"_blank\">here</a> style=\"text-decoration-style:underline\"", "sp.jpg"
59
 
60
  interface = gr.Interface(
61
  fn=duplicate,
 
55
  elif os.path.isdir(file_path):
56
  shutil.rmtree(file_path)
57
 
58
+ return f"Find your repo <a href='{url}' target=\"_blank\" style=\"text-decoration-style:underline\">here</a>", "sp.jpg"
59
 
60
  interface = gr.Interface(
61
  fn=duplicate,