--- title: GPT Code Explainer 💡 emoji: 🤖 colorFrom: blue colorTo: indigo sdk: streamlit sdk_version: "1.35.0" app_file: streamlit_app.py pinned: false --- # 🤖 GPT Code Explainer (OpenAI GPT-3.5) This Streamlit app uses OpenAI GPT-3.5 to explain Python code in natural language. ## How to Use 1. Paste Python code. 2. Add your OpenAI API key as a secret in your Hugging Face Space (`OPENAI_API_KEY`). 3. Click "Explain" to get a step-by-step breakdown.