Spaces:
Sleeping
Sleeping
Uploading modified local folder struture
Browse files- 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
|
| 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 |
|