osanseviero commited on
Commit
3d53670
·
1 Parent(s): 5c491eb

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>", "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\">here</a>", "sp.jpg"
59
 
60
  interface = gr.Interface(
61
  fn=duplicate,