Spaces:
No application file
No application file
A newer version of the Gradio SDK is available: 6.20.0
How to Import — ChatGPT Custom GPT Builder Framework
Method 1: Duplicate Template (Recommended)
- Click the template link from your purchase receipt
- Click the Duplicate button (top right)
- Select your workspace
- Done!
Method 2: CSV Import
If you want to start fresh and import only the data:
- Create a new Database (Full page) in Notion
- Click ··· > Import CSV
- Upload
sample_data.csvfrom this package - Map each column to the correct property type
- Recreate the property types from
database_schema.json
Method 3: Notion API (Advanced)
Use template_config.json with the Notion API to programmatically create pages:
curl -X POST https://api.notion.com/v1/pages \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Notion-Version: 2022-06-28" \
-H "Content-Type: application/json" \
-d @template_config.json
Troubleshooting
Q: My CSV didn't import correctly A: Ensure column names exactly match the property names in Notion
Q: Relations aren't working A: Relations must be set up manually after importing — Notion doesn't support relation imports via CSV
Q: I can't find the template link A: Check your purchase receipt email or platform dashboard