Spaces:
Running
Running
Commit
·
f15cb29
1
Parent(s):
83c4c6f
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def create_readme(info, downloaded_files, link_civit=False, is_author=True, fold
|
|
115 |
print(widget_prompts)
|
116 |
tags = default_tags + civit_tags
|
117 |
unpacked_tags = "\n- ".join(tags)
|
118 |
-
|
119 |
tags:
|
120 |
- {unpacked_tags}
|
121 |
|
|
|
115 |
print(widget_prompts)
|
116 |
tags = default_tags + civit_tags
|
117 |
unpacked_tags = "\n- ".join(tags)
|
118 |
+
content = f"""---license: other
|
119 |
tags:
|
120 |
- {unpacked_tags}
|
121 |
|