Spaces:
Sleeping
Sleeping
Update page title and configuration for midterm grade display
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ load_dotenv()
|
|
| 23 |
logging.basicConfig(level=logging.DEBUG)
|
| 24 |
|
| 25 |
# Set page configuration
|
| 26 |
-
st.set_page_config(page_title="
|
| 27 |
#ADDD
|
| 28 |
# Custom CSS to improve the app's appearance
|
| 29 |
st.markdown("""
|
|
@@ -124,7 +124,7 @@ def load_data():
|
|
| 124 |
|
| 125 |
# Main function to run the Streamlit app
|
| 126 |
def main():
|
| 127 |
-
st.title('π
|
| 128 |
st.markdown("-------")
|
| 129 |
|
| 130 |
if not is_logged_in():
|
|
|
|
| 23 |
logging.basicConfig(level=logging.DEBUG)
|
| 24 |
|
| 25 |
# Set page configuration
|
| 26 |
+
st.set_page_config(page_title="Midterm Grade", page_icon="π", layout="centered")
|
| 27 |
#ADDD
|
| 28 |
# Custom CSS to improve the app's appearance
|
| 29 |
st.markdown("""
|
|
|
|
| 124 |
|
| 125 |
# Main function to run the Streamlit app
|
| 126 |
def main():
|
| 127 |
+
st.title('π Midterm Grade')
|
| 128 |
st.markdown("-------")
|
| 129 |
|
| 130 |
if not is_logged_in():
|