File size: 200 Bytes
6060e42
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import streamlit as st
 
st.set_page_config(
    page_title="text_clustering.py",
    page_icon="👋",
)

st.write("# Text Clustering.! 👋")


st.markdown(
    """
    **Work in progress!!!** """
)