Update app.py
Browse files
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):
|