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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -132,7 +132,7 @@ st.set_page_config(
132
  menu_items={
133
  'About': "## Groq Mixture-Of-Agents \n Powered by [Groq](https://groq.com)"
134
  },
135
- layout="wide"
136
  )
137
  valid_model_names = [
138
  'llama-3.1-8b-instant',
@@ -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("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',
 
132
  menu_items={
133
  'About': "## Groq Mixture-Of-Agents \n Powered by [Groq](https://groq.com)"
134
  },
135
+ layout="centered"
136
  )
137
  valid_model_names = [
138
  'llama-3.1-8b-instant',
 
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 Agents 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',