A newer version of the Gradio SDK is available: 6.12.0
metadata
title: Chahim Debate Response Generator
emoji: ποΈ
colorFrom: red
colorTo: blue
sdk: gradio
sdk_version: 5.0.0
app_file: app.py
pinned: false
license: mit
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:
| Tab | Contents |
|---|---|
| π’ Structured Speech | Opening line Β· Core argument Β· CBAM connection Β· Key points with evidence Β· Call to action |
| βοΈ Rebuttal Toolkit | Strongest opposing argument Β· Who would say it Β· Chahim's rebuttal Β· The killer line |
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)