Skip to content

Commit

Permalink
Merge pull request #177 from hummingbot/add_version
Browse files Browse the repository at this point in the history
feat / add dashboard version
  • Loading branch information
cardosofede authored Oct 29, 2024
2 parents ace4c25 + e0d88e5 commit d743721
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

from frontend.st_utils import auth_system

# add dashboard version here
ver="2.0.1"
st.set_page_config(
layout='centered',
page_title='hummingbot dashboard version',
menu_items={
'about': f'''**🚀 Hummingbot Dashboard {ver}**
https://github.com/hummingbot/dashboard/releases
'''
}
)

def main():
# readme section
Expand All @@ -19,6 +30,7 @@ def main():
st.write(
"If you encounter any bugs or have suggestions for improvement, please create an issue in the "
"[hummingbot dashboard github](https://github.com/hummingbot/dashboard).")



auth_system()
Expand Down

0 comments on commit d743721

Please sign in to comment.