Spaces:
Runtime error
Runtime error
Commit
·
11c8563
1
Parent(s):
ad74afc
update favicon
Browse files
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 |
|