DrishtiSharma commited on
Commit
9df1649
·
verified ·
1 Parent(s): 34f0507

Update app.py

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