Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ with st.sidebar:
|
|
229 |
# Main app layout
|
230 |
st.header("Mixture of Agents", anchor=False)
|
231 |
st.write("A this project oversees implementation of Mixture of Agents architecture Powered by Groq LLMs.")
|
232 |
-
# st.image("./static/moa_groq.svg", caption="Mixture of Agents Workflow", width=
|
233 |
|
234 |
# Display current configuration
|
235 |
with st.expander("Current MOA Configuration", expanded=False):
|
|
|
229 |
# Main app layout
|
230 |
st.header("Mixture of Agents", anchor=False)
|
231 |
st.write("A this project oversees implementation of Mixture of Agents architecture Powered by Groq LLMs.")
|
232 |
+
# st.image("./static/moa_groq.svg", caption="Mixture of Agents Workflow", width=800)
|
233 |
|
234 |
# Display current configuration
|
235 |
with st.expander("Current MOA Configuration", expanded=False):
|