Update app.py
Browse files
app.py
CHANGED
@@ -239,7 +239,7 @@ with st.sidebar:
|
|
239 |
# Main app layout
|
240 |
st.header("Mixture of Agents", anchor=False)
|
241 |
st.write("A demo of the Mixture of Agents architecture proposed by Together AI, Powered by Groq LLMs.")
|
242 |
-
st.image("/app/static/
|
243 |
|
244 |
# Display current configuration
|
245 |
with st.expander("Current MOA Configuration", expanded=False):
|
|
|
239 |
# Main app layout
|
240 |
st.header("Mixture of Agents", anchor=False)
|
241 |
st.write("A demo of the Mixture of Agents architecture proposed by Together AI, Powered by Groq LLMs.")
|
242 |
+
st.image("/app/static/moa_groq.svg", caption="Mixture of Agents Workflow", width=1000)
|
243 |
|
244 |
# Display current configuration
|
245 |
with st.expander("Current MOA Configuration", expanded=False):
|