mirror of
https://github.com/sean1832/GPT-Brain
synced 2024-11-18 21:25:53 +00:00
chore: add capital for version and author
This commit is contained in:
parent
6c630216ee
commit
6bf0e1b2ac
@ -150,8 +150,8 @@ with st.sidebar:
|
||||
# info
|
||||
st.markdown('---')
|
||||
st.markdown(f"# {util.read_json_at(MANIFEST, 'name')}")
|
||||
st.markdown(_('version') + f": {util.read_json_at(MANIFEST, 'version')}")
|
||||
st.markdown(_('author') + f": {util.read_json_at(MANIFEST, 'author')}")
|
||||
st.markdown(_('Version') + f": {util.read_json_at(MANIFEST, 'version')}")
|
||||
st.markdown(_('Author') + f": {util.read_json_at(MANIFEST, 'author')}")
|
||||
st.markdown("[" + _('Report bugs') + "]" + f"({util.read_json_at(MANIFEST, 'bugs')})")
|
||||
st.markdown("[" + _('Github Repo') + "]" + f"({util.read_json_at(MANIFEST, 'homepage')})")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user