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