Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ def process_goal(goal):
|
|
| 14 |
# Build Gradio UI
|
| 15 |
with gr.Blocks(title="Smart Task Planner") as demo:
|
| 16 |
gr.Markdown("# 🧠 Smart Task Planner")
|
| 17 |
-
gr.Markdown("Powered by **Qwen2.5-Coder-7B-Instruct
|
| 18 |
|
| 19 |
with gr.Row():
|
| 20 |
goal_input = gr.Textbox(
|
|
|
|
| 14 |
# Build Gradio UI
|
| 15 |
with gr.Blocks(title="Smart Task Planner") as demo:
|
| 16 |
gr.Markdown("# 🧠 Smart Task Planner")
|
| 17 |
+
gr.Markdown("Powered by **Qwen2.5-Coder-7B-Instruct**, breaks your goal into a step-by-step action plan.")
|
| 18 |
|
| 19 |
with gr.Row():
|
| 20 |
goal_input = gr.Textbox(
|