DrishtiSharma commited on
Commit
ba331c4
Β·
verified Β·
1 Parent(s): f583ee0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -126,8 +126,7 @@ def set_moa_agent(
126
 
127
  # Streamlit app layout
128
  st.set_page_config(
129
- page_title="Karios 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
  },
 
126
 
127
  # Streamlit app layout
128
  st.set_page_config(
129
+ page_title="Mixture of Agents",
 
130
  menu_items={
131
  'About': "## Groq Mixture-Of-Agents \n Powered by [Groq](https://groq.com)"
132
  },