Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|
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
|