dromerosm commited on
Commit
fc3f341
·
verified ·
1 Parent(s): 1998481

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,7 +146,7 @@ valid_model_names = [
146
  'mixtral-8x7b-32768'
147
  ]
148
 
149
- st.image("./static/banner.png", width=500)
150
  st.write("---")
151
 
152
 
@@ -241,7 +241,7 @@ with st.sidebar:
241
  # Main app layout
242
  st.header("Mixture of Agents", anchor=False)
243
  st.write("A demo of the Mixture of Agents architecture proposed by [Together AI](https://www.together.ai/blog/together-moa), Powered by [Groq](https://groq.com/) LLMs.")
244
- # st.image("/app/static/moa_groq.svg", caption="Mixture of Agents Workflow", width=1000)
245
 
246
  # Display current configuration
247
  with st.expander("Current MOA Configuration", expanded=False):
 
146
  'mixtral-8x7b-32768'
147
  ]
148
 
149
+ # st.image("./static/banner.png", width=500)
150
  st.write("---")
151
 
152
 
 
241
  # Main app layout
242
  st.header("Mixture of Agents", anchor=False)
243
  st.write("A demo of the Mixture of Agents architecture proposed by [Together AI](https://www.together.ai/blog/together-moa), Powered by [Groq](https://groq.com/) LLMs.")
244
+ st.image("/app/static/moa_groq.svg", caption="Mixture of Agents Workflow", width=1000)
245
 
246
  # Display current configuration
247
  with st.expander("Current MOA Configuration", expanded=False):