Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -245,8 +245,8 @@ if st.button("Clone Repository"):
|
|
245 |
st.subheader("Collaborative Agent Example")
|
246 |
collab_agents = st.multiselect("Select AI agents for collaboration", list(agents.keys()), key="collab_agent_select")
|
247 |
collab_project = st.text_input("Enter project name for collaboration:")
|
248 |
-
collab_task = st.text_input("Enter
|
249 |
-
if st.button("
|
250 |
if collab_agents and collab_project and collab_task:
|
251 |
collaborative_agent_example(collab_agents, collab_project, collab_task)
|
252 |
else:
|
|
|
245 |
st.subheader("Collaborative Agent Example")
|
246 |
collab_agents = st.multiselect("Select AI agents for collaboration", list(agents.keys()), key="collab_agent_select")
|
247 |
collab_project = st.text_input("Enter project name for collaboration:")
|
248 |
+
collab_task = st.text_input("Enter collaborative task:")if st.button("Run Collaborative Task"):
|
249 |
+
if st.button("Start Collaborative Task"):
|
250 |
if collab_agents and collab_project and collab_task:
|
251 |
collaborative_agent_example(collab_agents, collab_project, collab_task)
|
252 |
else:
|