Skip to content

Commit f2620c2

Browse files
committed
added favicon
1 parent 5db84f4 commit f2620c2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: app/app.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def draw_sidebar():
4040
st.rerun()
4141

4242
def main():
43-
st.set_page_config(page_title="CrewAI Studio", page_icon=":robot:", layout="wide")
43+
st.set_page_config(page_title="CrewAI Studio", page_icon="img/favicon.ico", layout="wide")
4444
load_dotenv()
4545
db_utils.initialize_db()
4646
load_data()

Diff for: img/favicon.ico

9.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)