dromerosm commited on
Commit
c5f27cb
·
verified ·
1 Parent(s): 22ab03c

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
  """)
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