dmccreary commited on
Commit
0d88500
·
1 Parent(s): 59ec3d5
Files changed (2) hide show
  1. README.md +2 -0
  2. spaces-demo.code-workspace +8 -0
README.md CHANGED
@@ -1,3 +1,5 @@
 
 
1
  ---
2
  title: Spaces Demo
3
  emoji: 🔥
 
1
+ # Dan's Hugging Faces Demo with Streamlet
2
+
3
  ---
4
  title: Spaces Demo
5
  emoji: 🔥
spaces-demo.code-workspace ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": "."
5
+ }
6
+ ],
7
+ "settings": {}
8
+ }