MENG21 commited on
Commit
77516bf
·
1 Parent(s): 2fb3589

Fix typo in title for the final grade display

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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 Clas')
128
  st.markdown("---")
129
 
130
  if not is_logged_in():
 
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():