MENG21 commited on
Commit
463fdf1
·
1 Parent(s): c1747e1

Fix title formatting in main function for consistency

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('📚 Midterm Grades')
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('📚Midterm Grades')
128
  st.markdown("-------")
129
 
130
  if not is_logged_in():