mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-05-05 23:37:58 +00:00
fix package
This commit is contained in:
parent
55b1f724ee
commit
df3efdecd8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ from open_notebook.utils import (
|
|||
|
||||
def version_sidebar():
|
||||
with st.sidebar:
|
||||
current_version = get_installed_version("open-notebook")
|
||||
current_version = get_installed_version("open_notebook")
|
||||
latest_version = get_version_from_github(
|
||||
"https://www.github.com/lfnovo/open-notebook", "main"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue