Spaces:
Runtime error
Runtime error
taskswithcode
commited on
Commit
•
b2a7368
1
Parent(s):
3f03f2a
Fixes
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ def construct_model_info_for_display(model_names):
|
|
75 |
return options_arr,markdown_str
|
76 |
|
77 |
|
78 |
-
st.set_page_config(page_title='TWC - Compare popular/state-of-the-art models for
|
79 |
menu_items={
|
80 |
'About': 'This app was created by taskswithcode. http://taskswithcode.com'
|
81 |
|
|
|
75 |
return options_arr,markdown_str
|
76 |
|
77 |
|
78 |
+
st.set_page_config(page_title='TWC - Compare popular/state-of-the-art models for sentence similarity using sentence embeddings', page_icon="logo.jpg", layout='centered', initial_sidebar_state='auto',
|
79 |
menu_items={
|
80 |
'About': 'This app was created by taskswithcode. http://taskswithcode.com'
|
81 |
|