Spaces:
Sleeping
Sleeping
Fix typo in title for the final grade display
Browse files
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
|
| 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():
|