sohamsh commited on
Commit
75d6a4a
1 Parent(s): 578a05e

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ words= st.input('Enter some words')
4
+ button = st.button('Submit)
5
+
6
+ if button:
7
+ st.write('Clicked!)