DrishtiSharma commited on
Commit
32b0232
Β·
verified Β·
1 Parent(s): 8e15048

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Karios Agents")
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