stephenleo commited on
Commit
11c8563
·
1 Parent(s): ad74afc

update favicon

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import logging
7
  # Setup Basic Configuration
8
  st.set_page_config(layout='wide',
9
  page_title='STriP: Semantic Similarity of Scientific Papers!',
10
- page_icon='💡'
11
  )
12
 
13
 
 
7
  # Setup Basic Configuration
8
  st.set_page_config(layout='wide',
9
  page_title='STriP: Semantic Similarity of Scientific Papers!',
10
+ page_icon='🕸️'
11
  )
12
 
13