Spaces:
Sleeping
Sleeping
import streamlit as st | |
st.set_page_config( | |
page_title="text_clustering.py", | |
page_icon="๐", | |
) | |
st.write("# Text Clustering.! ๐") | |
st.markdown( | |
""" | |
**Work in progress!!!** """ | |
) |