Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ with st.sidebar:
|
|
| 233 |
|
| 234 |
# Main app layout
|
| 235 |
st.header("Mixture of Agents", anchor=False)
|
| 236 |
-
st.write("
|
| 237 |
# st.image("./static/moa_groq.svg", caption="Mixture of Agents Workflow", width=800)
|
| 238 |
|
| 239 |
# Display current configuration
|
|
|
|
| 233 |
|
| 234 |
# Main app layout
|
| 235 |
st.header("Mixture of Agents", anchor=False)
|
| 236 |
+
st.write("This project oversees implementation of Mixture of Agents architecture Powered by Groq LLMs.")
|
| 237 |
# st.image("./static/moa_groq.svg", caption="Mixture of Agents Workflow", width=800)
|
| 238 |
|
| 239 |
# Display current configuration
|