MENG21 commited on
Commit
90b4d93
·
1 Parent(s): 77516bf

Update markdown separator in main function for improved visual clarity

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def load_data():
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():
131
  st.write("Please log in with your CSPC Google account to access your grade.")
 
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():
131
  st.write("Please log in with your CSPC Google account to access your grade.")