DrishtiSharma commited on
Commit
624b766
·
verified ·
1 Parent(s): 9df1649

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,7 +130,7 @@ def set_moa_agent(
130
  st.set_page_config(
131
  page_title="Mixture of Agents 🤹",
132
  menu_items={
133
- 'About': "## Groq Mixture-Of-Agents \n Powered by [Groq](https://groq.com)"
134
  },
135
  layout="centered"
136
  )
@@ -231,7 +231,7 @@ with st.sidebar:
231
 
232
  # Main app layout
233
  st.header("Mixture of Agents 🤹", anchor=False)
234
- st.write("This project oversees implementation of Mixture of Agents architecture Powered by Groq.")
235
  # st.image("./static/moa_groq.svg", caption="Mixture of Agents Workflow", width=800)
236
 
237
  # Display current configuration
 
130
  st.set_page_config(
131
  page_title="Mixture of Agents 🤹",
132
  menu_items={
133
+ 'About': "## Groq Mixture-Of-Agents \n powered by [Groq](https://groq.com)"
134
  },
135
  layout="centered"
136
  )
 
231
 
232
  # Main app layout
233
  st.header("Mixture of Agents 🤹", anchor=False)
234
+ st.write("This project oversees implementation of Mixture of Agents architecture powered by Groq.")
235
  # st.image("./static/moa_groq.svg", caption="Mixture of Agents Workflow", width=800)
236
 
237
  # Display current configuration