dromerosm commited on
Commit
90c3067
·
verified ·
1 Parent(s): 32f79e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -238,7 +238,7 @@ with st.sidebar:
238
 
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
 
238
 
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](https://www.together.ai/blog/together-moa), Powered by [Groq](https://groq.com/) LLMs.")
242
  st.image("/app/static/moa_groq.svg", caption="Mixture of Agents Workflow", width=1000)
243
 
244
  # Display current configuration