Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -217,7 +217,7 @@ with st.sidebar:
|
|
217 |
st.error(f"Error updating configuration: {str(e)}")
|
218 |
|
219 |
# Main app layout
|
220 |
-
st.header("
|
221 |
st.write("This project oversees implementation of Mixture of Agents architecture powered by Groq LLMs.")
|
222 |
|
223 |
# Display current configuration
|
|
|
217 |
st.error(f"Error updating configuration: {str(e)}")
|
218 |
|
219 |
# Main app layout
|
220 |
+
st.header("Mixture of Agents")
|
221 |
st.write("This project oversees implementation of Mixture of Agents architecture powered by Groq LLMs.")
|
222 |
|
223 |
# Display current configuration
|