Teddy Xinyuan Chen
commited on
2024-02-23T12-51-08Z
Browse files
Makefile
CHANGED
@@ -11,4 +11,7 @@ commit-and-push-hf:
|
|
11 |
git push hf main
|
12 |
|
13 |
open-hf-space:
|
14 |
-
open $(HF_DOT_SPACE_URL)
|
|
|
|
|
|
|
|
11 |
git push hf main
|
12 |
|
13 |
open-hf-space:
|
14 |
+
open $(HF_DOT_SPACE_URL)
|
15 |
+
|
16 |
+
publish-vercel:
|
17 |
+
datasette publish vercel -m metadata.yml data/*.db --project biases-llm-reference-letters-datasette-vercel
|