initial commit
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Langfuse
|
3 |
emoji: 🪢
|
4 |
colorFrom: red
|
5 |
colorTo: indigo
|
@@ -9,11 +9,12 @@ app_port: 3000
|
|
9 |
hf_oauth: true
|
10 |
hf_oauth_expiration_minutes: 480
|
11 |
hf_oauth_scopes:
|
12 |
-
|
13 |
custom_headers:
|
14 |
cross-origin-resource-policy: cross-origin
|
15 |
cross-origin-opener-policy: same-origin
|
16 |
suggested_storage: small
|
|
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Langfuse
|
3 |
emoji: 🪢
|
4 |
colorFrom: red
|
5 |
colorTo: indigo
|
|
|
9 |
hf_oauth: true
|
10 |
hf_oauth_expiration_minutes: 480
|
11 |
hf_oauth_scopes:
|
12 |
+
- email
|
13 |
custom_headers:
|
14 |
cross-origin-resource-policy: cross-origin
|
15 |
cross-origin-opener-policy: same-origin
|
16 |
suggested_storage: small
|
17 |
+
short_description: 'observability '
|
18 |
---
|
19 |
|
20 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|