Ashmit003 commited on
Commit
f91f761
Β·
1 Parent(s): be5f49d

Uploading modified local folder struture

Browse files
Files changed (1) hide show
  1. agent_plan_solve_app.py +1 -1
agent_plan_solve_app.py CHANGED
@@ -24,7 +24,7 @@ from agent_plan_solve.graph.build_graph import graph
24
  # ─────────────────────────────────────────────
25
  # πŸŽ›οΈ Streamlit UI
26
  # ─────────────────────────────────────────────
27
- st.title("🧠Planner & Research Analyst with GPT-5 Nano")
28
  st.markdown("Enter a task below and let the agent plan and execute it step-by-step.")
29
  task_input = st.text_area("Task:", placeholder="e.g. Write a strategic one-pager for building an AI startup")
30
 
 
24
  # ─────────────────────────────────────────────
25
  # πŸŽ›οΈ Streamlit UI
26
  # ─────────────────────────────────────────────
27
+ st.title("🧠Planner & Research Analyst with GPT-5 Nano")
28
  st.markdown("Enter a task below and let the agent plan and execute it step-by-step.")
29
  task_input = st.text_area("Task:", placeholder="e.g. Write a strategic one-pager for building an AI startup")
30