We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1baadf commit 7afa8bdCopy full SHA for 7afa8bd
.gitattributes
@@ -0,0 +1,2 @@
1
+*.png
2
+*.gif
.github/workflows/hf_space_push.yml
@@ -25,6 +25,8 @@ jobs:
25
rsync -av codetide/agents/tide/ui/.chainlit/ examples/hf_demo_space/.chainlit/
26
rsync -av codetide/agents/tide/ui/public/ examples/hf_demo_space/public/
27
cp codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
28
+ cp codetide/agents/tide/ui/chainlit.md examples/hf_demo_space/
29
+ cp .gitattributes examples/hf_demo_space
30
cd examples/hf_demo_space
31
git lfs install
32
git init --initial-branch=main
0 commit comments