asdrolf
commited on
Commit
·
e394a6d
1
Parent(s):
408b9f4
ok
Browse files- .streamlit/config.toml +6 -0
- README.md +5 -4
.streamlit/config.toml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[theme]
|
2 |
+
primaryColor = "#01f5c4"
|
3 |
+
backgroundColor = "#001f3f"
|
4 |
+
secondaryBackgroundColor = "#004f78"
|
5 |
+
textColor = "#FFFFFF"
|
6 |
+
font = "sans serif"
|
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
-
colorTo:
|
6 |
sdk: streamlit
|
7 |
-
sdk_version: 1.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Identificación de Participantes y Transcripción de Reuniones - by WallnerGroup
|
3 |
+
emoji: 🏢
|
4 |
colorFrom: yellow
|
5 |
+
colorTo: red
|
6 |
sdk: streamlit
|
7 |
+
sdk_version: 1.28.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|