Spaces:
Runtime error
Runtime error
taskswithcode
commited on
Commit
·
042b8a4
1
Parent(s):
0b933f9
Update app.py
Browse files
app.py
CHANGED
@@ -155,6 +155,7 @@ def construct_model_info_for_display():
|
|
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])
|
160 |
|
|
|
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 |
})
|
160 |
col,pad = st.columns([85,15])
|
161 |
|