Spaces:
Running
Running
metadata
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:
- CICEROJOBAPPS_API_KEY - Password/token for accessing the Marimo app
- JINA_API_KEY - API key for Jina AI (used for fetching job postings from URLs)
Setting Environment Variables in Hugging Face Spaces:
- Go to your Space settings
- Navigate to the "Variables and secrets" section
- Add the following secrets:
- Name:
CICEROJOBAPPS_API_KEY, Value: your desired password - Name:
JINA_API_KEY, Value: your Jina API key from jina.ai
- Name:
- 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):
CICEROJOBAPPS_API_KEY=your_password_here
JINA_API_KEY=your_jina_api_key_here
Check out marimo at https://github.com/marimo-team/marimo Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference