Spaces:
Sleeping
Sleeping
Update markdown separator in main function for improved visual clarity
Browse files
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.")
|