Spaces:
Runtime error
Runtime error
taskswithcode
commited on
Commit
•
b36de05
1
Parent(s):
5e91654
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,6 @@ def construct_model_info_for_display():
|
|
70 |
|
71 |
st.set_page_config(page_title='TWC - Compare state-of-the-art models for Sentence Similarity task', page_icon="logo.jpg", layout='centered', initial_sidebar_state='auto',
|
72 |
menu_items={
|
73 |
-
'Get help': "mailto:taskswithcode@gmail.com",
|
74 |
-
'Report a Bug': "mailto:taskswithcode@gmail.com",
|
75 |
'About': 'This app was created by taskswithcode. http://taskswithcode.com'
|
76 |
})
|
77 |
col,pad = st.columns([85,15])
|
|
|
70 |
|
71 |
st.set_page_config(page_title='TWC - Compare state-of-the-art models for Sentence Similarity task', page_icon="logo.jpg", layout='centered', initial_sidebar_state='auto',
|
72 |
menu_items={
|
|
|
|
|
73 |
'About': 'This app was created by taskswithcode. http://taskswithcode.com'
|
74 |
})
|
75 |
col,pad = st.columns([85,15])
|