Skip to content

Commit 643878a

Browse files
Add emoji to README and deploy README content (#526)
Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
1 parent a77972b commit 643878a

3 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changeset/loose-days-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trackio": patch
3+
---
4+
5+
feat:Add emoji to README and deploy README content

trackio/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
emoji: 🎯
23
sdk: gradio
34
sdk_version: {GRADIO_VERSION}
45
app_file: {APP_FILE}

trackio/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ def deploy_as_static_space(
876876

877877
linked = _readme_linked_hub_yaml(dataset_id)
878878
readme_content = (
879-
f"---\nsdk: static\npinned: false\ntags:\n - trackio\n{linked}---\n"
879+
f"---\nemoji: 🎯\nsdk: static\npinned: false\ntags:\n - trackio\n{linked}---\n"
880880
)
881881
_retry_hf_write(
882882
"Static Space README upload",

0 commit comments

Comments
 (0)