Update app.py
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ with st.sidebar:
|
|
239 |
""")
|
240 |
|
241 |
# Main app layout
|
242 |
-
st.header("Mixture of Agents", anchor=False)
|
243 |
st.write("A demo of the Mixture of Agents architecture proposed by [Together AI](https://www.together.ai/blog/together-moa), Powered by [Groq](https://groq.com/) LLMs.")
|
244 |
st.image("/app/static/moa_groq.svg", caption="Mixture of Agents Workflow", width=1000)
|
245 |
|
|
|
239 |
""")
|
240 |
|
241 |
# Main app layout
|
242 |
+
st.header("Mixture of Agents (MoA)", anchor=False)
|
243 |
st.write("A demo of the Mixture of Agents architecture proposed by [Together AI](https://www.together.ai/blog/together-moa), Powered by [Groq](https://groq.com/) LLMs.")
|
244 |
st.image("/app/static/moa_groq.svg", caption="Mixture of Agents Workflow", width=1000)
|
245 |
|