dromerosm commited on
Commit
1998481
·
verified ·
1 Parent(s): b771342

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ with st.sidebar:
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
 
246
  # Display current configuration
247
  with st.expander("Current MOA Configuration", expanded=False):
 
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
 
246
  # Display current configuration
247
  with st.expander("Current MOA Configuration", expanded=False):