Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
3714a38
1
Parent(s):
ab24c6f
Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,12 @@ colorTo: yellow
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
app_port: 6900
|
|
|
9 |
---
|
10 |
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
app_port: 6900
|
9 |
+
fullWidth: true
|
10 |
---
|
11 |
|
12 |
+
Use this Space to launch your Argilla app. This space can be configured with two secret env variables (you can find how to this under Settings in your Space page):
|
13 |
+
|
14 |
+
- `API_KEY`: You can set up your own API key for uploading and reading data with Argilla Python client. This API_KEY can be any string you want.
|
15 |
+
- `PASSWORD`: You can set up the password for login into the UI, in case you want to disable access to other users. The default username is `argilla`. If you don't set up this secret the password will be `1234`
|
16 |
+
|
17 |
+
|