DataAIDemo / pages /text_clustering.py
themeetjani's picture
Upload 10 files
6060e42 verified
raw history blame
No virus
200 Bytes
import streamlit as st
st.set_page_config(
page_title="text_clustering.py",
page_icon="๐Ÿ‘‹",
)
st.write("# Text Clustering.! ๐Ÿ‘‹")
st.markdown(
"""
**Work in progress!!!** """
)