Spaces:
Runtime error
Runtime error
test
Browse files- README.md +2 -0
- 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 |
+
}
|