MENG21 commited on
Commit
58900ac
Β·
1 Parent(s): cfc6187

Update page title and configuration for midterm grade display

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Final Grade for Summer Class", page_icon="πŸ“š", layout="centered")
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('πŸ“š Final Grade for Summer Class')
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():