Spaces:
Sleeping
Sleeping
| 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. | |