From 53f99107ca8a06e9dc44de99c6c4047e91c38468 Mon Sep 17 00:00:00 2001 From: proffapt Date: Sun, 16 Jun 2024 22:58:20 +0530 Subject: [PATCH] feat: rename, kronosv2 -> kronos --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 34ae9f9..5a0df9e 100644 --- a/app.py +++ b/app.py @@ -25,7 +25,7 @@ def get_json(): return data df = get_data() -st.markdown("

Kronos v2.0 - The Gradekeeper

", unsafe_allow_html=True) +st.markdown("

Kronos - The Gradekeeper

", unsafe_allow_html=True) #st.title("Kronos v2.0 - The Gradekeeper") st.write("") @@ -207,4 +207,4 @@ def get_json(): """ st.markdown(footer,unsafe_allow_html=True) -#st.markdown("

Contribute to this project on Github

", unsafe_allow_html=True) \ No newline at end of file +#st.markdown("

Contribute to this project on Github

", unsafe_allow_html=True)