Spaces:
Running
Running
Commit
·
83c4c6f
1
Parent(s):
015d182
Update app.py
Browse files
app.py
CHANGED
@@ -115,9 +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 |
-
|
120 |
-
license: other
|
121 |
tags:
|
122 |
- {unpacked_tags}
|
123 |
|
|
|
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 |
|