Spaces:
Sleeping
Sleeping
JonnyTran
commited on
Commit
·
a8c3d55
1
Parent(s):
a959bc1
updated README
Browse files- .oauth.yaml +1 -1
- README.md +6 -2
.oauth.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Change to `true` to enable HF auth integration
|
2 |
-
enabled:
|
3 |
|
4 |
providers:
|
5 |
- name: huggingface
|
|
|
1 |
# Change to `true` to enable HF auth integration
|
2 |
+
enabled: true
|
3 |
|
4 |
providers:
|
5 |
- name: huggingface
|
README.md
CHANGED
@@ -2,10 +2,14 @@
|
|
2 |
title: Extralit Demo
|
3 |
emoji: 💻
|
4 |
colorFrom: purple
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
-
pinned:
|
|
|
|
|
8 |
license: apache-2.0
|
|
|
|
|
9 |
---
|
10 |
|
11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
2 |
title: Extralit Demo
|
3 |
emoji: 💻
|
4 |
colorFrom: purple
|
5 |
+
colorTo: red
|
6 |
sdk: docker
|
7 |
+
pinned: true
|
8 |
+
app_port: 6900
|
9 |
+
fullWidth: true
|
10 |
license: apache-2.0
|
11 |
+
tags:
|
12 |
+
- argilla
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|