dromerosm commited on
Commit
51a0d8b
·
verified ·
1 Parent(s): c9bf638

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,7 +127,7 @@ def set_moa_agent(
127
 
128
  st.set_page_config(
129
  page_title="Mixture-Of-Agents Powered by Groq",
130
- page_icon='./static/favicon.ico',
131
  menu_items={
132
  'About': "## Groq Mixture-Of-Agents \n Powered by [Groq](https://groq.com)"
133
  },
@@ -145,7 +145,7 @@ valid_model_names = [
145
  'mixtral-8x7b-32768'
146
  ]
147
 
148
- st.markdown("<a href='https://groq.com'><img src='./static/banner.png' width='500'></a>", unsafe_allow_html=True)
149
  st.write("---")
150
 
151
 
 
127
 
128
  st.set_page_config(
129
  page_title="Mixture-Of-Agents Powered by Groq",
130
+ page_icon='static/favicon.ico',
131
  menu_items={
132
  'About': "## Groq Mixture-Of-Agents \n Powered by [Groq](https://groq.com)"
133
  },
 
145
  'mixtral-8x7b-32768'
146
  ]
147
 
148
+ st.markdown("<a href='https://groq.com'><img src='static/banner.png' width='500'></a>", unsafe_allow_html=True)
149
  st.write("---")
150
 
151