waroca commited on
Commit
1d54bb2
·
verified ·
1 Parent(s): c69fa58

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: Monetization Frontend
3
- emoji: 💸
4
- colorFrom: green
5
- colorTo: blue
6
  sdk: gradio
7
  sdk_version: 6.0.1
8
  app_file: app.py
@@ -12,18 +12,18 @@ hf_oauth_scopes:
12
  - email
13
  ---
14
 
15
- # Hugging Face Data Monetization Platform - Frontend
16
 
17
- This is the user-facing frontend for the Data Monetization Platform.
 
 
18
 
19
  ## Configuration
20
 
21
- This Space requires the following **Secrets** to be set in the Space Settings:
22
 
23
- - `MCP_SERVER_URL`: The Direct URL of your MCP Server Space (e.g., `https://your-username-monetization-mcp-server.hf.space`).
24
- - `ADMIN_PASSWORD`: The password for accessing the Creator Console.
25
- - `HF_TOKEN`: (Optional) A Hugging Face token for specific API calls.
26
 
27
  ## OAuth
28
 
29
- OAuth is enabled via `hf_oauth: true` in the metadata above. This allows users to sign in with their Hugging Face account.
 
1
  ---
2
+ title: DataPass
3
+ emoji: 🎫
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 6.0.1
8
  app_file: app.py
 
12
  - email
13
  ---
14
 
15
+ # DataPass
16
 
17
+ **Your pass to private data.**
18
+
19
+ Subscribe to premium datasets and query them with SQL or natural language via MCP — without ever downloading the raw data.
20
 
21
  ## Configuration
22
 
23
+ This Space requires the following **Secrets** (Settings Variables and secrets):
24
 
25
+ - `MCP_SERVER_URL`: The URL of your DataPass Server (e.g., `https://username-datapass-server.hf.space`)
 
 
26
 
27
  ## OAuth
28
 
29
+ OAuth is enabled via `hf_oauth: true` in the metadata above. Users sign in with their Hugging Face account to subscribe to datasets and receive access tokens.