Spaces:
Running
Running
Commit
·
7f7a666
1
Parent(s):
57f8faa
Update app.py
Browse files
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\" style=\"text-decoration
|
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:underline\">here</a>", "sp.jpg"
|
59 |
|
60 |
interface = gr.Interface(
|
61 |
fn=duplicate,
|