DrishtiSharma commited on
Commit
d5c0252
Β·
verified Β·
1 Parent(s): 801048f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -229,7 +229,7 @@ with st.sidebar:
229
  # Main app layout
230
  st.header("Mixture of Agents", anchor=False)
231
  st.write("A this project oversees implementation of Mixture of Agents architecture Powered by Groq LLMs.")
232
- # st.image("./static/moa_groq.svg", caption="Mixture of Agents Workflow", width=1000)
233
 
234
  # Display current configuration
235
  with st.expander("Current MOA Configuration", expanded=False):
 
229
  # Main app layout
230
  st.header("Mixture of Agents", anchor=False)
231
  st.write("A this project oversees implementation of Mixture of Agents architecture Powered by Groq LLMs.")
232
+ # st.image("./static/moa_groq.svg", caption="Mixture of Agents Workflow", width=800)
233
 
234
  # Display current configuration
235
  with st.expander("Current MOA Configuration", expanded=False):