Spaces:
Runtime error
Runtime error
| 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 |