From 0415e657b2ed22e020c88d9625ae850102cda485 Mon Sep 17 00:00:00 2001 From: proffapt Date: Mon, 17 Jun 2024 01:20:08 +0530 Subject: [PATCH] rename: kronos2.0 -> kronos --- app.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app.py b/app.py index 5a0df9e..16e7f6b 100644 --- a/app.py +++ b/app.py @@ -9,7 +9,7 @@ from PIL import Image #st.set_page_config(layout="wide") -st.set_page_config(page_title='Kronos2.0',page_icon = 'favicon.ico',layout = 'wide') +st.set_page_config(page_title='Kronos',page_icon = 'favicon.ico',layout = 'wide') head = """""" components.html(head, height=0) @@ -26,7 +26,7 @@ def get_json(): df = get_data() st.markdown("

Kronos - The Gradekeeper

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

Contribute to this project on Github

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

Contribute to this project on Github

", unsafe_allow_html=True)