Karmastudios commited on
Commit
2294dbc
·
verified ·
1 Parent(s): 595fc56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -2
README.md CHANGED
@@ -4,10 +4,31 @@ emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 4.36.1
8
  app_file: app.py
9
  pinned: false
10
  license: unknown
11
  ---
12
 
13
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 6.6.0
8
  app_file: app.py
9
  pinned: false
10
  license: unknown
11
  ---
12
 
13
+ # TheWizard 💬 Multi-Language Code Assistant
14
+
15
+ TheWizard is a simple, focused coding assistant built with Gradio. It helps you **write, debug, or explain code** in multiple programming languages.
16
+
17
+ ### 🔹 Supported Languages
18
+ - Python
19
+ - C / C++
20
+ - Java
21
+ - JavaScript
22
+ - Solidity
23
+ - SQL
24
+ - Bash
25
+
26
+ ### 🔹 How to Use
27
+ 1. Type your code prompt in the **Your Prompt** box.
28
+ 2. Select the **Language** you want the assistant to use.
29
+ 3. The output box will display the generated code or explanation.
30
+
31
+ > TheWizard is **focused only on coding** — no extra tasks, no fluff.
32
+
33
+ ### 🔹 Setup
34
+ 1. Make sure your Hugging Face Space has your API key set as an environment variable: