deep_words / app.py
sohamsh's picture
Create app.py
75d6a4a
raw
history blame
121 Bytes
import streamlit as st
words= st.input('Enter some words')
button = st.button('Submit)
if button:
st.write('Clicked!)