Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ def reset_interface():
|
|
| 104 |
# ==========================
|
| 105 |
|
| 106 |
with gr.Blocks(title="Python Code Generator") as demo:
|
| 107 |
-
gr.Markdown("# 🧠
|
| 108 |
gr.Markdown(
|
| 109 |
"Generate Python code from natural language instructions using a DeepSeek-Coder model trained on cleaned data."
|
| 110 |
)
|
|
|
|
| 104 |
# ==========================
|
| 105 |
|
| 106 |
with gr.Blocks(title="Python Code Generator") as demo:
|
| 107 |
+
gr.Markdown("# 🧠 DeepSeek-Coder for Python")
|
| 108 |
gr.Markdown(
|
| 109 |
"Generate Python code from natural language instructions using a DeepSeek-Coder model trained on cleaned data."
|
| 110 |
)
|