Spaces:
Runtime error
Runtime error
Commit
·
0b933f9
1
Parent(s):
9bd9985
Update app.py
Browse files
app.py
CHANGED
@@ -154,8 +154,6 @@ def construct_model_info_for_display():
|
|
154 |
|
155 |
st.set_page_config(page_title='TWC - Compare popular/state-of-the-art models for Sentence Similarity task', page_icon="logo.jpg", layout='centered', initial_sidebar_state='auto',
|
156 |
menu_items={
|
157 |
-
'Get help': "mailto:[email protected]",
|
158 |
-
'Report a Bug': "mailto:[email protected]",
|
159 |
'About': 'This app was created by taskswithcode. http://taskswithcode.com'
|
160 |
})
|
161 |
col,pad = st.columns([85,15])
|
|
|
154 |
|
155 |
st.set_page_config(page_title='TWC - Compare popular/state-of-the-art models for Sentence Similarity task', page_icon="logo.jpg", layout='centered', initial_sidebar_state='auto',
|
156 |
menu_items={
|
|
|
|
|
157 |
'About': 'This app was created by taskswithcode. http://taskswithcode.com'
|
158 |
})
|
159 |
col,pad = st.columns([85,15])
|