--- title: Cicero Job Apps emoji: 🍃 colorFrom: indigo colorTo: purple sdk: docker pinned: true license: apache-2.0 short_description: Cicero Career and Application Assistant --- ## Setup Instructions ### Environment Variables This Space requires the following environment variables to be configured: 1. **CICEROJOBAPPS_API_KEY** - Password/token for accessing the Marimo app 2. **JINA_API_KEY** - API key for Jina AI (used for fetching job postings from URLs) #### Setting Environment Variables in Hugging Face Spaces: 1. Go to your Space settings 2. Navigate to the "Variables and secrets" section 3. Add the following secrets: - Name: `CICEROJOBAPPS_API_KEY`, Value: your desired password - Name: `JINA_API_KEY`, Value: your Jina API key from [jina.ai](https://jina.ai) 4. Restart your Space for changes to take effect #### Local Development: For local development, create a `.env` file in the project root (see `.env.example` for template): ```bash CICEROJOBAPPS_API_KEY=your_password_here JINA_API_KEY=your_jina_api_key_here ``` --- Check out marimo at Check out the configuration reference at