Archie Wood commited on
Commit
acc8e3a
1 Parent(s): 9fe61f8

add link to source space

Browse files
Files changed (2) hide show
  1. package-lock.json +1 -1
  2. pages/index.md +3 -1
package-lock.json CHANGED
@@ -9,7 +9,7 @@
9
  "version": "0.0.1",
10
  "dependencies": {
11
  "@evidence-dev/bigquery": "^2.0.7",
12
- "@evidence-dev/core-components": "^4.7.3",
13
  "@evidence-dev/csv": "^1.0.12",
14
  "@evidence-dev/databricks": "^1.0.7",
15
  "@evidence-dev/duckdb": "^1.0.11",
 
9
  "version": "0.0.1",
10
  "dependencies": {
11
  "@evidence-dev/bigquery": "^2.0.7",
12
+ "@evidence-dev/core-components": "^4.7.2",
13
  "@evidence-dev/csv": "^1.0.12",
14
  "@evidence-dev/databricks": "^1.0.7",
15
  "@evidence-dev/duckdb": "^1.0.11",
pages/index.md CHANGED
@@ -1,7 +1,9 @@
1
  ---
2
- title: Welcome to Evidence's HuggingFace Demo
3
  ---
4
 
 
 
5
  <Details title='How to edit this page'>
6
 
7
  This page can be found in your project at `/pages/index.md`. Make a change to the markdown file and save it to see the change take effect in your browser.
 
1
  ---
2
+ title: Welcome to Evidence's Hugging Face Demo
3
  ---
4
 
5
+ The source code for this project can be found in this [Hugging Face Space](https://huggingface.co/spaces/evidence-dev/template/tree/main).
6
+
7
  <Details title='How to edit this page'>
8
 
9
  This page can be found in your project at `/pages/index.md`. Make a change to the markdown file and save it to see the change take effect in your browser.