smartcluster / app.py
Pavuluri Gopikrishna
Added texfields
fa60233
raw
history blame contribute delete
205 Bytes
import tensorflow as tf
import streamlit as st
st.title("SmartCluster")
message = st.text_area("Input the input details in the text area.")
if st.button("Analyse the Patterns"):
pass