Bhaskar2611 commited on
Commit
24cdbfb
·
verified ·
1 Parent(s): 91efcfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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** breaks your goal into a step-by-step action plan.")
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(