DrishtiSharma commited on
Commit
c3ba034
Β·
verified Β·
1 Parent(s): c75efdc

Update app.py

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