Spaces:
Sleeping
Sleeping
import streamlit as st | |
st.set_page_config( | |
page_title="Auto_Score_Generation.py", | |
page_icon="๐", | |
) | |
st.write("# Auto Score Generation! ๐") | |
st.markdown( | |
""" | |
**Work in progress!!!** """ | |
) |