Skip to content

Commit

Permalink
feat: rename, kronosv2 -> kronos
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 16, 2024
1 parent 791b309 commit 53f9910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_json():
return data

df = get_data()
st.markdown("<h1 style='text-align: center;'><b>Kronos v2.0 - The Gradekeeper</b></h1>", unsafe_allow_html=True)
st.markdown("<h1 style='text-align: center;'><b>Kronos - The Gradekeeper</b></h1>", unsafe_allow_html=True)
#st.title("Kronos v2.0 - The Gradekeeper")

st.write("")
Expand Down Expand Up @@ -207,4 +207,4 @@ def get_json():
</div>
"""
st.markdown(footer,unsafe_allow_html=True)
#st.markdown("<h4 style='text-align: center;'><b><i>Contribute to this project on <a href = 'http://github.com/spookbite/kronos2.0'>Github</a></i></b></h4>", unsafe_allow_html=True)
#st.markdown("<h4 style='text-align: center;'><b><i>Contribute to this project on <a href = 'http://github.com/spookbite/kronos2.0'>Github</a></i></b></h4>", unsafe_allow_html=True)

0 comments on commit 53f9910

Please sign in to comment.