kappai/EU-VP-SD
1
Mohammed Chahim โ Debate Response Generator
#DesigningEurope 2026 | S&D Vice-President | ENVI | The Netherlands
๐ Completely free โ no API key required. Powered by Mistral-7B-Instruct-v0.3 via the HuggingFace free Inference API.
What It Does
Enter any debate point currently on the floor and get two structured outputs:
Deploy in 3 Steps
1. Create a new HuggingFace Space
- Go to huggingface.co/new-space
- SDK: Gradio | Give it a name (e.g.
chahim-debate-app)
2. Upload these two files
app.pyrequirements.txtREADME.md(this file โ needed for the Space card metadata at the top)
3. That's it. HuggingFace builds and launches automatically in ~1 minute.
Optional: Add a HuggingFace Token for Higher Rate Limits
The app works without any token. If the free tier is busy (queue > 30s), add a token:
- Space โ Settings โ Variables and secrets โ New secret
- Name:
HF_TOKEN| Value: your token from huggingface.co/settings/tokens - Free tokens are available to everyone โ they just increase your rate limit.
About Chahim
- CBAM Rapporteur โ architect of the world's first carbon tariff (in full force Jan 2026)
- S&D Vice-President โ responsible for Green Deal for Industry & Financing the Just Transition
- PhD in Operations Research (Tilburg University), former TNO researcher
- GroenLinks-PvdA, Netherlands โ re-elected June 2024
All positions in the system prompt reflect Chahim's actual public record.
Files
app.py โ Gradio app + full Chahim persona + inference logic
requirements.txt โ huggingface_hub + gradio (no anthropic needed)
README.md โ This file (also the HF Space metadata card)