dromerosm commited on
Commit
cfe0955
·
verified ·
1 Parent(s): 71e870e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/banner.png", caption="Mixture of Agents Workflow", width=1000)
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):