DrishtiSharma commited on
Commit
546b22d
Β·
verified Β·
1 Parent(s): f58b428

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Config", help=tooltip)
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',