Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,7 @@ with st.sidebar:
|
|
193 |
|
194 |
# Layer agent configuration
|
195 |
tooltip = "Agents in the layer agent configuration run in parallel _per cycle_. Each layer agent supports all initialization parameters of [Langchain's ChatGroq](https://api.python.langchain.com/en/latest/chat_models/langchain_groq.chat_models.ChatGroq.html) class as valid dictionary fields."
|
196 |
-
st.markdown("Layer Agent
|
197 |
new_layer_agent_config = st_ace(
|
198 |
value=json.dumps(st.session_state.layer_agent_config, indent=2),
|
199 |
language='json',
|
|
|
193 |
|
194 |
# Layer agent configuration
|
195 |
tooltip = "Agents in the layer agent configuration run in parallel _per cycle_. Each layer agent supports all initialization parameters of [Langchain's ChatGroq](https://api.python.langchain.com/en/latest/chat_models/langchain_groq.chat_models.ChatGroq.html) class as valid dictionary fields."
|
196 |
+
st.markdown("Update Layer Agent Configuration", help=tooltip)
|
197 |
new_layer_agent_config = st_ace(
|
198 |
value=json.dumps(st.session_state.layer_agent_config, indent=2),
|
199 |
language='json',
|